ReversePolygon

Del.» function ReversePolygon(const polys: TPolygon): TPolygon;

C++» void ReversePolygon(const Polygon &p);

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