TdxCustomAdornerViewInfo.Bounds Property
Returns the UI adorner element‘s bounding rectangle.
Declaration
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