Visits the diagram nodes in reverse Z order.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool VisitNodes ( |
Visual Basic
Copy Code
|
|---|
Public Function VisitNodes( _ |
Location of the nodes that should be visited.
An operation to be performed on the nodes.
Parameter to pass to the visitNode operation.
See Also