ReversePath

The Clipper Library

ReversePath

Del.» function ReversePath(const polys: TPath): TPath;

C++ » void ReversePath(const Path &p);

C#  » //Call Path.Reverse().

Reverses the vertex order (and hence orientation) in the specified path.

See Also

Path