TdxFader Members
Represents an object that controls fading animation effects within an application.Properties
| Name | Description |
|---|---|
| Active | |
| IsReady | |
| MaxAnimationCount | Specifies the maximum number of animations that can be played at one time. |
| State | Enables fading animation effects within an application. |
Methods
| Name | Description |
|---|---|
| Clear | |
| Contains(TObject) | |
| DrawFadeImage(TObject,TcxCustomCanvas,TRect) | |
| DrawFadeImage(TObject,HDC,TRect) | |
| Equals(TObject) | Inherited from TObject. |
| Fade(TObject,TdxFadingState) | |
| Fade(TObject,TBitmap,TBitmap,Integer,Integer) | |
| FadeIn(TObject) | |
| FadeOut(TObject) | |
| Find(TObject,TdxFadingElement) | |
| GetHashCode | Inherited from TObject. |
| Remove(TObject,Boolean) | |
| ToString | Inherited from TObject. |
See Also