TdxSmartGlyph Properties
A DPI-aware universal image container that can load an image from a DFM file.| Name | Description |
|---|---|
| ActiveFrame | Specifies the zero-based index of the stored image’s frame currently displayed by the Smart Image container. Inherited from TdxCustomSmartImage. |
| Animation | Specifies if the animation playback of the stored animated GIF image is enabled. Inherited from TdxCustomSmartImage. |
| AnimationFrameCount | Returns the number of frames within the stored image. Inherited from TdxCustomSmartImage. |
| AnimationFrameDelay | Specifies the frame delay (in milliseconds). Inherited from TdxCustomSmartImage. |
| AnimationLoop | Specifies the animation sequence playback mode for the stored animated image. Inherited from TdxCustomSmartImage. |
| AnimationLoopCount | Returns the number of the stored image’s animation playback loops in the multiple-run animation mode. Inherited from TdxCustomSmartImage. |
| AnimationLoopIndex | Specifies the number of animation sequence runs played by the Smart Image container. Inherited from TdxCustomSmartImage. |
| ClientRect | Returns the rectangle corresponding to the stored image’s dimensions. Inherited from TdxCustomSmartImage. |
| DefaultImageExifAutoRotation | Specifies the global default EXIF image rotation setting for all image editors and containers. Inherited from TdxGPImage. |
| Empty | Inherited from TGraphic. |
| ExifAutoRotation | Specifies if the image container rotates the stored image based on EXIF metadata. Inherited from TdxGPImage. |
| Handle | Specifies a GDI handle of the stored image. Inherited from TdxGPImage. |
| HandleAllocated | Identifies if the Smart Image container has a handle associated with the stored image data. Inherited from TdxCustomSmartImage. |
| Height | Inherited from TGraphic. |
| ImageCodec | Specifies the active image format codec. Inherited from TdxCustomSmartImage. |
| ImageDataFormat | Specifies the deprecated format ID of the stored image. Use the ImageCodec property instead. Inherited from TdxCustomSmartImage. |
| IsAlphaUsed | Identifies whether the stored image is transparent. Inherited from TdxCustomSmartImage. |
| Modified | Inherited from TGraphic. |
| Palette | Inherited from TGraphic. |
| PaletteModified | Inherited from TGraphic. |
| ScaledDrawer | Inherited from TGraphic. |
| Size | Returns the stored image’s dimensions, in pixels. Inherited from TdxCustomSmartImage. |
| SourceDPI | Specifies the target monitor DPI for the stored glyph. |
| SourceHeight | Specifies the container’s image display height, in pixels. |
| SourceWidth | Specifies the container’s image display width, in pixels. |
| SupportsPartialTransparency | Inherited from TGraphic. |
| Transparent | Inherited from TGraphic. |
| UseDisabledSkinPaletteForSVG | Specifies if the active vector skin palette affects the stored SVG glyph for the disabled UI element state. Inherited from TdxGPImage. |
| UseEnabledSkinPaletteForSVG | Specifies if the active vector skin palette affects the stored SVG glyph for the enabled UI element state. Inherited from TdxGPImage. |
| Width | Inherited from TGraphic. |
See Also