DiagramLite Programmer's Guide
Diagram.GetItemAt Method (Point, Boolean)
See Also
 





Finds and returns the top-most diagram item that lies at the specified location.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public DiagramItem GetItemAt (
    Point point,
    bool excludeLocked
)

Visual Basic  Copy Code

Public Function GetItemAt ( _
    point As Point, _
    excludeLocked As Boolean _
) As DiagramItem

 Parameters

point
A System.Windows.Point instance identifying a diagram location.
excludeLocked

true to ignore locked items, otherwise false.

 Return Value

The DiagramItem found or null (Nothing in Visual Basic) if no item has been found.

 See Also

GetItemAt Method Overload List
Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
Items Property
GetNodeAt Method