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.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool IsHole { get; set; }
Property Value
Booleantrue if this instance is a hole; otherwise,
false.
Exceptions See Also