Xamarin Pack Programmer's Guide
Diagram.GetItemAt Method
See Also
 






Returns the top-most diagram item lying at the specified location.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DiagramItem GetItemAt (
    Point pt,
    bool exclLocked
)

Visual Basic  Copy Code

Public Function GetItemAt( _
    pt As Point, _
    exclLocked As Boolean _
) As DiagramItem

 Parameters

pt

Specifies a location in the diagram where to look for items.

exclLocked

Specifies whether locked items should be excluded from the search.

 Return Value

A DiagramItem instance found at the specified point.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace