TdxCustomFlowChart.GetHitTestAt(Integer,Integer) Method
Identifies to which control’s chart symbol the inspected point belongs.
Declaration
function GetHitTestAt(X: Integer; Y: Integer): TdxFcHitTest;
Parameters
Name | Type |
---|---|
X | Integer |
Y | Integer |
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