Click or drag to resize

ILineCapContourVertices Method

Returns the vertex at index idx. The x component of the returned value is responsible for the advance of the cap in the direction of the line, the y component is multiplied with the cross section of the line.

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
PointD2D Vertices(
	int idx
)

Parameters

idx  Int32
The index. The range is 0 .. NumberOfVertices - 1.

Return Value

PointD2D
The vertex at index idx.
See Also