Click or drag to resize

IndexedTrianglesVertices Property

Gets the array of 2D vertex positions used by the triangles.

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public PointD2D[] Vertices { get; }

Property Value

PointD2D
See Also