Skip to main content

TdxFcObject.InRect(TRect) Method

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

Declaration

function InRect(const R: TRect): Boolean;

Parameters

Name Type
R TRect

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