Click or drag to resize

IPolygonD2D Interface

Represents a open or closed polygon in 2D space.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface IPolygonD2D

The IPolygonD2D type exposes the following members.

Properties
 NameDescription
Public propertyPoints Gets the points that form the closed polygon.
Public propertySharpPoints Gets the points of the polygon which are sharp points. Points of the polygon which are not in this set are considered to be soft points.
Top
See Also