ReversePath

Delphi function ReversePath(const polys: TPath64): TPath64;

C++ Use std::reverse(path.begin(), path.end());

C#  Use Path64.Reverse() & PathD.Reverse()


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

See Also

Path64, PathD