Click or drag to resize

SolidPolylineDashSegmentGetTriangles Method

Triangulates the specified polygon.

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static Polygon GetTriangles(
	PolygonClosedD2D polygons
)

Parameters

polygons  PolygonClosedD2D
The polygon to triangulate.

Return Value

Polygon
The triangulated polygon.
See Also