SolidPolylineDashSegmentGetTriangles Method |
Triangulates the specified polygon.
Namespace: Altaxo.Drawing.D3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static Polygon GetTriangles(
PolygonClosedD2D polygons
)
Parameters
- polygons PolygonClosedD2D
- The polygon to triangulate.
Return Value
PolygonThe triangulated polygon.
See Also