Click or drag to resize

PenXWithEndCap Method

Returns a copy of this pen with a different end cap.

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

Parameters

value  ILineCap
The new end cap.

Return Value

PenX
A pen with the updated end cap.
See Also