Search
Diagram.GetLinksAt Method
See Also
 





Returns the links that contain the specified point.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DiagramLinkCollection GetLinksAt (
    Point point
)

Visual Basic  Copy Code

Public Function GetLinksAt( _
    point As Point _
) As DiagramLinkCollection

 Parameters

point

A Microsoft.Maui.Graphics.Point structure specifying the location at which to look for links.

 Return Value

A DiagramLinkCollection instance containing the links lying at the specified location.

 See Also