Click or drag to resize

PenX(BrushX, Double) Constructor

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

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

Parameters

brush  BrushX
The pen brush.
width  Double
The pen width.
See Also