Click or drag to resize

ILineCapContourIsVertexSharp Method

Determines whether the vertex at index idx is a sharp vertex.

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

Parameters

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

Return Value

Boolean
True if the vertex is sharp; otherwise false.
See Also