Click or drag to resize

PenX3DWithThickness2 Method

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

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

Parameters

thickness2  Double
The new second thickness component.

Return Value

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