Click or drag to resize

PolygonClosedD2DIsHole Property

Gets or sets a value indicating whether this polygon is a hole. In this case it belongs to another, outer, polygon.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool IsHole { get; set; }

Property Value

Boolean
true if this instance is a hole; otherwise, false.
Exceptions
ExceptionCondition
NotImplementedException
See Also