Back to Devexpress

TdxCustomFlowChart.GetHitTestAt(Integer,Integer) Method

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

latest1.5 KB
Original Source

TdxCustomFlowChart.GetHitTestAt(Integer,Integer) Method

Identifies to which control’s chart symbol the inspected point belongs.

Declaration

delphi
function GetHitTestAt(X: Integer; Y: Integer): TdxFcHitTest;

Parameters

NameType
XInteger
YInteger

Returns

Type
TdxFcHitTest

Remarks

Call this function to identify all specific areas within the flow chart control to which the point whose coordinates are passed as the X and Y parameters belongs.

Refer to the TdxFcHitTest type description for information on area codes.

See Also

TdxCustomFlowChart.GetConnectionAt

TdxCustomFlowChart.GetObjectAt

TdxCustomFlowChart.Notification

TdxFcConnection.GetNearestPoint

TdxFcObject.GetSelPoint

TdxCustomFlowChart Class

TdxCustomFlowChart Members

dxflchrt Unit