Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomSmartImage.ClientRect Property

Returns the rectangle corresponding to the stored image’s dimensions.

#Declaration

Delphi
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