PolyPath64.Level

Delphi property Level: Integer; //read-only

C++ int Level(); const

C#  int Level { get {} };


Indicates the level of nesting of the PolyPath64 object. The PolyTree64 object itself (which is simply a container since it has no Polygon contour) is level 0, and top-most polygons are at level 1.

See Also

Polygon