PenX3D(NamedColor, Double) Constructor |
Initializes a new instance of the
PenX3D class using a uniform color and thickness.
Namespace: Altaxo.Drawing.D3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic PenX3D(
NamedColor color,
double thickness
)
Parameters
- color NamedColor
- The pen color.
- thickness Double
- The uniform line thickness.
See Also