Returns a copy of this collection with reversed order of elements.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public PointCollection Reverse () |
Visual Basic
Copy Code
|
|---|
Public Function Reverse () As PointCollection |
The reverse collection.
See Also