Click or drag to resize

BrushXWithColor Method

Returns a copy of this brush with a different foreground color.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public BrushX WithColor(
	NamedColor color
)

Parameters

color  NamedColor
The new foreground color.

Return Value

BrushX
A brush with the updated foreground color.
See Also