Click or drag to resize

PenX3DWithThickness1 Method

Returns a copy of this pen with a different first thickness component.

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PenX3D WithThickness1(
	double thickness1
)

Parameters

thickness1  Double
The new first thickness component.

Return Value

PenX3D
A pen with the updated first thickness component.
See Also