Vcl.Imaging.GIFImg.TGIFRenderer Properties
InheritedProtected
| Animate | public | Specifies whether to animate the rendered GIF. |
| Animating | public | Specifies whether a GIF animation is currently rendered. |
| Background | public | Specifies the bitmap image contained by the GIF frame. |
| 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. |
| Buffer | class protected | Specifies the image stored in the current GIF frame. |
| Disposal | public | Specifies the disposal method for the current frame, when rendering a GIF animation. |
| 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. |
| FrameDelay | public | Specifies the delay time before moving to the next frame in 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. |
| PrevDisposal | public | Specifies the disposal method for the previous frame, when rendering a GIF animation. |
| PrevFrame | public | Specifies the previous frame in an animated GIF object. |
| PreviousBuffer | class protected | Specifies the image stored in the previous GIF frame. |
| 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. |