Click or drag to resize

IIndexedTriangleBufferVertexCount Property

Gets the number of triangles already stored in the buffer.

Namespace: Altaxo.Graph.Graph3D.GraphicsContext
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
int VertexCount { get; }

Property Value

Int32
The index offset, i.e. the number of triangles already stored in the buffer.
See Also