Click or drag to resize

CrossSectionOfLineVertices Method

Gets the specified vertex.

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

Parameters

idx  Int32
The vertex index.

Return Value

PointD2D
The vertex at the specified index.
See Also