Vcl.Imaging.GIFImg.TGIFFrame Properties
InheritedProtected
| ActiveColorMap | public | Specifies the current color map. |
| Bitmap | public | Specifies the bitmap image contained by the GIF frame. |
| BitsPerPixel | public | Specifies the number of bits per pixel of the image's color map. |
| BoundsRect | public | Specifies the coordinates of the GIF frame. |
| ClientRect | public | Specifies the width and height of the rectangle containing the GIF frame. |
| ColorMap | public | Specifies the image's color map. |
| ColorResolution | public | Specifies the size of the color palette. |
| Data | public | Points to the block of GIF image data stored in the TGIFFrame object. |
| DataSize | public | Specifies the size of the GIF image data pointed to by the Data property. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| Empty | public | Specifies whether the GIF frame contains an image. |
| Extensions | public | Specifies the extensions associated with a GIF frame. |
| GCE | protected | Specifies the parameters used when processing a rendering block. |
| GraphicControlExtension | public | Specifies the parameters used when processing a rendering block. |
| HasBitmap | public | Specifies whether the frame contains a bitmap image. |
| Height | public | Specifies the height of the GIF frame. |
| Image | public | Specifies the GIF image stored in the TGIFItem object. |
| Interlaced | public | Specifies whether the frame contains an interlaced image. |
| Left | public | Specifies the left coordinate of the GIF frame. |
| Mask | public | Provides a mask object for the image contained by the GIF frame. |
| Palette | public | Indicates the color palette of an image. |
| Pixels | public | Specifies the color found at the given coordinates. |
| Scanline | public | Points at the beginning of a line in the GIF frame. |
| Top | public | Specifies the top coordinate of the GIF frame. |
| Transparent | public | Specifies whether the image is drawn transparently. |
| Version | public | Gives version information about the GIF library. |
| Width | public | Specifies the width of the GIF frame. |