ReversePolygons

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

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

C#» //use the Reverse method of Polygons.