Microsoft SDK for Java

Animation.getTransparent

Retrieves a boolean value indicating whether Windows will draw the animation using a transparent background or the background color specified in the animation clip.

Syntax

public final boolean getTransparent()

Return Value

Returns true if Windows will draw the animation with a transparent background; returns false if the color specified in the animation clip will be used.

Remarks

To set the value of the transparent property, use the setTransparent method.

See Also   setTransparent

© 1999 Microsoft Corporation. All rights reserved. Terms of use.