Returns the top-most link that lies at the specified position; optionally exclude locked links from the search.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# 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.
Specifies whether locked links should be excluded from the search.
Returns the index of the link segment that lies at the specified point.
A DiagramLink object found near the specified point.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |