TdxFcDrawExEventPaintData.Bounds Property
In This Article
Returns the bounding rectangle of the currently painted XML-based shape.
#Declaration
Delphi
property Bounds: TRect read;
#Property Value
Type |
---|
TRect |
#Remarks
This property is particularly useful if you address the APaintData parameter during an OnDrawObjectEx event handler call to expand/complement the default draw routines. The rectangle’s pixel height and width are identical to a chart symbol’s Height and Width property values, respectively.
See Also