Click or drag to resize

ICrossSectionOfLineVertices Method

Returns the vertex at the specified index.

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

Parameters

i  Int32
The vertex index.

Return Value

PointD2D
The vertex at the specified index.
See Also