PenX3DWithThickness1 Method |
Returns a copy of this pen with a different first thickness component.
Namespace: Altaxo.Drawing.D3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic PenX3D WithThickness1(
double thickness1
)
Parameters
- thickness1 Double
- The new first thickness component.
Return Value
PenX3DA pen with the updated first thickness component.
See Also