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