Paths64

Delphi TPaths = array of TPath64;

C++ typedef std::vector< Path64 > Paths64;

C#  using Paths64 = List<List< Point64 >>;


Paths64 represent one or more Path64 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, PathsD, Point64