PolyPathD.IsHole

Delphi property IsHole: Boolean; //read-only

C++ bool IsHole(); const

C#  public bool IsHole { get {} };


Indicates whether the Polygon property represents a hole or the outer bounds of a polygon.

See Also

Polygon