Gets the index of the links segment closest to the specified point.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public int GetNearestSegment ( |
Visual Basic
Copy Code
|
|---|
Public Function GetNearestSegment( _ |
A point specified in diagram coordinates.
Index of the link segment closest to the specified point.
See Also