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