Returns a copy of this pen with a different foreground color.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic PenX WithColor(
NamedColor value
)
Parameters
- value NamedColor
- The new color.
Return Value
PenXA pen with the updated color.
See Also