Back to Devexpress

TdxCustomFlowChart.GetObjectAt(Integer,Integer) Method

vcl-dxflchrt-dot-tdxcustomflowchart-dot-getobjectat-x28-system-dot-integer-system-dot-integer-x29.md

latest1.2 KB
Original Source

TdxCustomFlowChart.GetObjectAt(Integer,Integer) Method

Returns the chart symbol that contains the specified point.

Declaration

delphi
function GetObjectAt(X: Integer; Y: Integer): TdxFcObject;

Parameters

NameType
XInteger
YInteger

Returns

Type
TdxFcObject

Remarks

Call this function to access the chart symbol that includes a point whose coordinates within the control’s area are passed as the X and Y parameters. If the specified point does not belong to a chart symbol, the GetObjectAt function returns nil.

See Also

TdxCustomFlowChart.GetConnectionAt

TdxCustomFlowChart.GetHitTestAt

TdxCustomFlowChart Class

TdxCustomFlowChart Members

dxflchrt Unit