TdxCustomSmartImage.Size Property
In This Article
Returns the stored image’s dimensions, in pixels.
#Declaration
Delphi
property Size: TSize read;
#Property Value
Type | Description |
---|---|
TSize | The |
#Remarks
To change the stored image’s dimensions, you can call the Resize or Scale procedure.
See Also