Click or drag to resize

PenX3DWithMiterLimit Method

Returns a copy of this pen with a different miter limit.

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public PenX3D WithMiterLimit(
	double miterLimit
)

Parameters

miterLimit  Double
The new miter limit.

Return Value

PenX3D
A pen with the updated miter limit.
See Also