TdxCustomSmartImage.AnimationFrameCount Property
Returns the number of frames within the stored image.
Declaration
property AnimationFrameCount: Cardinal read;
Property Value
Type |
---|
Cardinal |
Remarks
You can use this property to identify the number of frames within an animated GIF image (i.e., a GIF image containing at least two frames). In the case of non-animated images, the AnimationFrameCount property returns 1.
See Also