Path

Del.» TPath = array of TIntPoint;

C++ » typedef std::vector<IntPoint> Path;

C#  » using Path = List<IntPoint>;


This structure contains a sequence of IntPoint vertices defining a single contour (see also terminology). Paths may be open and represent line segments bounded by 2 or more vertices, or they may be closed and represent polygons.

Multiple paths can be grouped into a Paths structure.

See Also

Overview, Example, ClipperBase.AddPath, PolyTree, Orientation, IntPoint, Paths