Click or drag to resize

PenX3DWithLineJoin Method

Returns a copy of this pen with a different line join style.

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PenX3D WithLineJoin(
	PenLineJoin lineJoin
)

Parameters

lineJoin  PenLineJoin
The new line join style.

Return Value

PenX3D
A pen with the updated line join style.
See Also