TcxRegion.BoundsRect Property
Returns the region’s bounding rectangle.
Declaration
property BoundsRect: TRect read;
Property Value
Type |
---|
TRect |
Remarks
A region can have a complex shape. Only a rectangular region matches its bounding rectangle.
Note
The IsEmpty property returns True if the BoundsRect.Width or BoundsRect.Height property value is zero.
See Also