Orientation

Del.» function Orientation(const poly: TPolygon): boolean;

C++ » bool Orientation(const Polygon &poly); // Function in the ClipperLib namespace.

C#  » public static bool Orientation(Polygon poly); // Static method of the Clipper class in the ClipperLib namespace.

Orientation returns a boolean value that is based on the polygon's orientation relative to the display's orientation (ie Y-axis positive upward vs Y-axis positive downward).

Notes:


See Also

Clipper.ReverseSolution, OffsetPolygons, Polygon