TdxCustomSmartImage.Size Property
Returns the stored image’s dimensions, in pixels.
Declaration
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