Click or drag to resize

BrushXWithExchangedColors Method

Returns a copy of this brush with the exchanged-colors flag updated.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public BrushX WithExchangedColors(
	bool exchangeColors
)

Parameters

exchangeColors  Boolean
The new exchanged-colors flag.

Return Value

BrushX
A brush with the updated exchanged-colors flag.
See Also