Click or drag to resize

BrushX(BrushType) Constructor

Initializes a new instance of the BrushX class for the specified brush type.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public BrushX(
	BrushType brushType
)

Parameters

brushType  BrushType
The brush type.
See Also