TcxRegion.BoundsRect Property
In This Article
Returns the region’s bounding rectangle.
#Declaration
Delphi
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 Is
See Also