Click or drag to resize

PenXWithDashPattern Method

Returns a copy of this pen with a different dash pattern.

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

Parameters

value  IDashPattern
The new dash pattern.

Return Value

PenX
A pen with the updated dash pattern.
See Also