Search
PointCollection.Reverse Method
See Also
 





Returns a copy of this collection with reversed order of elements.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public new PointCollection Reverse ()

Visual Basic  Copy Code

Public Shadows Function Reverse () As PointCollection

 Return Value

The reverse collection.

 See Also