[]
        
(Showing Draft Content)

C1.Win.Diagram.FlexDiagram.HitTest

HitTest Method

HitTest(float, float)

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

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

X-coordinate of the point.

float y

Y-coordinate of the point.

Returns
Type Description
DiagramHitTestInfo

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