Click or drag to resize

FontX3DWithDepth Method

Returns a copy of this font with a different extrusion depth.

Namespace: Altaxo.Drawing.D3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public FontX3D WithDepth(
	double newDepth
)

Parameters

newDepth  Double
The new extrusion depth.

Return Value

FontX3D
A font with the updated depth.
See Also