ReversePolygons

Del.» function ReversePolygons(const polys: TPolygons): TPolygons;

C++ » void ReversePolygons(const Polygons &p);

C#  » void ReversePolygons( Polygons polys );


Reverses the vertex order (and hence orientation) in every polygon.