Click or drag to resize

FontManager3DGetTriangles Method

[Missing <summary> documentation for "M:Altaxo.Drawing.D3D.FontManager3D.GetTriangles(System.Collections.Generic.IList{Altaxo.Geometry.PolygonClosedD2D})"]


Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static List<Polygon> GetTriangles(
	IList<PolygonClosedD2D> polygons
)

Parameters

polygons  IListPolygonClosedD2D

[Missing <param name="polygons"/> documentation for "M:Altaxo.Drawing.D3D.FontManager3D.GetTriangles(System.Collections.Generic.IList{Altaxo.Geometry.PolygonClosedD2D})"]

Return Value

ListPolygon

[Missing <returns> documentation for "M:Altaxo.Drawing.D3D.FontManager3D.GetTriangles(System.Collections.Generic.IList{Altaxo.Geometry.PolygonClosedD2D})"]

See Also