Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll 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