[]
        
(Showing Draft Content)

C1.Diagram.Standard.FlexDiagram.HitTest

HitTest Method

HitTest(double, double)

Return hit test info about the point at the specified coordinates.

Declaration
public DiagramHitTestInfo HitTest(double x, double y)
Public Function HitTest(x As Double, y As Double) As DiagramHitTestInfo
Parameters
Type Name Description
double x

X-coordinate.

double y

Y-coordinate.

Returns
Type Description
DiagramHitTestInfo

An instance of DiagramHitTestInfo class which contains information about diagram element closest to the specified point.