Animation.getTransparent

Overview | Methods | This Package | All Packages

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