Vcl.Imaging.GIFImg.TCustomGIFRenderer Properties
InheritedProtected
| Animate | public | Specifies whether to animate the rendered GIF. |
| Animating | public | Specifies whether a GIF animation is currently rendered. |
| BackgroundColor | public | Specifies the background color to use when rendering GIF images or animations. |
| Bitmap | public | Specifies the bitmap corresponding to the currently rendered GIF frame. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| Frame | public | Specifies the currently rendered frame, when rendering an animated GIF. |
| FrameIndex | public | Specifies the index of the currently rendered frame, when rendering an animated GIF. |
| HasChanged | class protected | Specifies whether a change occured in the properties of the TCustomGIFRenderer instance. |
| Image | public | Specifies the currently rendered GIF image. |
| LoopCount | public | Specifies the index of the currently rendered loop, when rendering an animated GIF. |
| LoopMax | public | Specifies the maximum number of loops when rendering an animated GIF. |
| Speed | public | Specifies the speed to use when rendering an animated GIF. |
| TargetCanvas | public | Specifies the canvas to use when rendering GIF images or animations. |
| TargetRect | public | Specifies the bounding rectangle to use when rendering GIF images or animations. |
| Transparent | public | Specifies whether to use transparency when rendering GIF images or animations. |