Finds and returns the top-most diagram item that lies at the specified location.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public DiagramItem GetItemAt ( |
Visual Basic Copy Code |
---|
Public Function GetItemAt( _ |
Specifies a location in the diagram where to look for items.
Specifies whether to ignore locked items.
The DiagramItem found or null (Nothing in Visual Basic) if no item has been found.
Call the method to get the item at a certain location in the diagram. The method searches starting from the top of z-order and returns the first item found.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |