[]
Returns hit test info about the point at the specified coordinates.
public DiagramHitTestInfo HitTest(float x, float y)
Public Function HitTest(x As Single, y As Single) As DiagramHitTestInfo
| Type | Name | Description |
|---|---|---|
| float | x | X-coordinate of the point. |
| float | y | Y-coordinate of the point. |
| Type | Description |
|---|---|
| DiagramHitTestInfo | An instance of DiagramHitTestInfo class which contains information about diagram element closest to the specified point. |