IdxAdornerTargetElement.GetBounds Method
Returns the boundaries of the target UI element.
Declaration
function GetBounds: TRect;
Returns
Type |
---|
TRect |
Remarks
The TdxUIAdornerManager component uses this rectangle:
As a guide UI adorner’s area;
To calculate a badge UI adorner’s position depending on its alignment settings.
See Also