Click or drag to resize

Edge Constructor

Initializes a new instance of the Edge struct.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public Edge(
	EdgeType st
)

Parameters

st  EdgeType
The edge type.
See Also