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