ReversePolygon

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

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

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


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

See Also

Polygon