IdxAdornerTargetElement.GetBounds Method
In This Article
Returns the boundaries of the target UI element.
#Declaration
Delphi
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