Hit-tests diagram top-level items in reverse Z order.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public IEnumerable<DiagramItem> EnumTopLevelByReverseZ ( |
Visual Basic
Copy Code
|
|---|
Public Function EnumTopLevelByReverseZ( _ |
A point specifying at what location to search for items.
The found items.
See Also