Returns the links that contain the specified point.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public DiagramLinkCollection GetLinksAt ( |
Visual Basic
Copy Code
|
|---|
Public Function GetLinksAt( _ |
A PointF structure specifying the location at which to look for links.
A DiagramLinkCollection instance containing the links lying at the specified location.
See Also