Click or drag to resize

PenX3D(NamedColor, Double) Constructor

Initializes a new instance of the PenX3D class using a uniform color and thickness.

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PenX3D(
	NamedColor color,
	double thickness
)

Parameters

color  NamedColor
The pen color.
thickness  Double
The uniform line thickness.
See Also