TdxCustomAdornerViewInfo.Bounds Property
In This Article
Returns the UI adorner element‘s bounding rectangle.
#Declaration
Delphi
property Bounds: TRect read;
#Property Value
Type |
---|
TRect |
#Remarks
Use this property to obtain an adorner’s bounding rectangle within a TdxAdornerCustomDrawEvent event handler.
See Also