TdxSVGImage Properties
A Smart Image container designed to store SVG images.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. |
Empty | Inherited from TGraphic. |
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. 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. |
SupportsPartialTransparency | Inherited from TGraphic. |
Transparent | Inherited from TGraphic. |
Width | Inherited from TGraphic. |
See Also