BrushXWithBackColor Method |
Returns a copy of this brush with a different background color.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic BrushX WithBackColor(
NamedColor color
)
Parameters
- color NamedColor
- The new background color.
Return Value
BrushXA brush with the updated background color.
See Also