PathsD

Delphi TPaths = array of TPathD;

C++ typedef std::vector< PathD > PathsD;

C#  using PathsD = List<List< PointD >>;


PathsD represent one or more PathD structures. While a single path can represent a simple polygon, multiple paths are usually required to define complex polygons that contain one or more holes.

See Also

Clipper64.AddClip, Clipper64.AddOpenSubject, Clipper64.AddSubject, Clipper64.Execute, InflatePaths, Path64, PathD, Paths64, PointD