Click or drag to resize

LineCapContour(Int32, Int32, Int32) Constructor

Initializes a new instance of the LineCapContour class

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

Parameters

numberOfVertices  Int32

[Missing <param name="numberOfVertices"/> documentation for "M:Altaxo.Drawing.D3D.LineCapContour.#ctor(System.Int32,System.Int32,System.Int32)"]

numberOfIsVertexSharp  Int32

[Missing <param name="numberOfIsVertexSharp"/> documentation for "M:Altaxo.Drawing.D3D.LineCapContour.#ctor(System.Int32,System.Int32,System.Int32)"]

numberOfNormals  Int32

[Missing <param name="numberOfNormals"/> documentation for "M:Altaxo.Drawing.D3D.LineCapContour.#ctor(System.Int32,System.Int32,System.Int32)"]

See Also