Click or drag to resize

BrushXWithBrushType Method

Returns a copy of this brush with a different brush type.

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

Parameters

value  BrushType
The new brush type.

Return Value

BrushX
A brush with the updated brush type.
See Also