Click or drag to resize

PenX(NamedColor, Double) Constructor

Initializes a new instance of the PenX class with the specified solid color and width.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PenX(
	NamedColor c,
	double width
)

Parameters

c  NamedColor
The pen color.
width  Double
The pen width.
See Also