Click or drag to resize

LineCapContour(Int32) Constructor

Initializes a new instance of the LineCapContour class.

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected LineCapContour(
	int numberOfVertices
)

Parameters

numberOfVertices  Int32
The number of vertices.
See Also