TdxCustomSmartImage.ClientRect Property
Returns the rectangle corresponding to the stored image’s dimensions.
Declaration
property ClientRect: TRect read;
Property Value
Type |
---|
TRect |
Remarks
You can use this property to identify the width and height (in pixels) of the stored image. The rectangle returned by the ClientRect property is built from the Size property value.
In order to resize the stored image, use the Resize and/or Scale procedures.
See Also