PenX(NamedColor) Constructor |
Initializes a new instance of the
PenX class with the specified solid color.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic PenX(
NamedColor c
)
Parameters
- c NamedColor
- The pen color.
See Also