Back to Devexpress

TdxFcObject.InRect(TRect) Method

vcl-dxflchrt-dot-tdxfcobject-dot-inrect-x28-system-dot-types-dot-trect-x29.md

latest745 B
Original Source

TdxFcObject.InRect(TRect) Method

Indicates if any part of a specified rectangle is in the chart symbol’s client area.

Declaration

delphi
function InRect(const R: TRect): Boolean;

Parameters

NameType
RTRect

Returns

Type
Boolean

Remarks

This function returns True if the chart symbol’s client area includes a rectangle passed as the R parameter; otherwise — False.

See Also

TdxFcObject Class

TdxFcObject Members

dxflchrt Unit