Click or drag to resize

PenX3DWithDashStartCap Method

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

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PenX3D WithDashStartCap(
	ILineCap? cap
)

Parameters

cap  ILineCap
The new dash start cap, or for the default flat cap.

Return Value

PenX3D
A pen with the updated dash start cap.
See Also