ASP.NET Pack Programmer's Guide
Diagram.GetLinksAt Method
See Also
 





Returns the links that contain the specified point.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DiagramLinkCollection GetLinksAt (
    PointF point
)

Visual Basic  Copy Code

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

 Parameters

point

A PointF 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

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
GetLinkAt Method
GetNodesAt Method