Click or drag to resize

PenXWithLineJoin Method

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

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PenX WithLineJoin(
	LineJoin value
)

Parameters

value  LineJoin
The new line join.

Return Value

PenX
A pen with the updated line join.
See Also