Returns the top-most link that lies at the specified position.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public DiagramLink GetLinkAt ( |
Visual Basic
Copy Code
|
|---|
Public Function GetLinkAt( _ |
A Point specifying a diagram point in logical coordinates.
The maximum distance allowed between tested links and the specified point.
A DiagramLink object found near the specified point.
See Also