Click or drag to resize

PenXWithDashCap Method

Returns a copy of this pen with a different dash cap style.

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

Parameters

value  DashCap
The new dash cap style.

Return Value

PenX
A pen with the updated dash cap style.
See Also