Click or drag to resize

PenX(BrushX, Double) Constructor

Initializes a new instance of the PenX class

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

Parameters

brush  BrushX

[Missing <param name="brush"/> documentation for "M:Altaxo.Drawing.PenX.#ctor(Altaxo.Drawing.BrushX,System.Double)"]

width  Double

[Missing <param name="width"/> documentation for "M:Altaxo.Drawing.PenX.#ctor(Altaxo.Drawing.BrushX,System.Double)"]

See Also