Click or drag to resize

FontInfo Constructor

Initializes a new instance of the FontInfo class

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public FontInfo(
	double cylinespace,
	double cyascent,
	double cydescent,
	double size
)

Parameters

cylinespace  Double

[Missing <param name="cylinespace"/> documentation for "M:Altaxo.Drawing.FontInfo.#ctor(System.Double,System.Double,System.Double,System.Double)"]

cyascent  Double

[Missing <param name="cyascent"/> documentation for "M:Altaxo.Drawing.FontInfo.#ctor(System.Double,System.Double,System.Double,System.Double)"]

cydescent  Double

[Missing <param name="cydescent"/> documentation for "M:Altaxo.Drawing.FontInfo.#ctor(System.Double,System.Double,System.Double,System.Double)"]

size  Double

[Missing <param name="size"/> documentation for "M:Altaxo.Drawing.FontInfo.#ctor(System.Double,System.Double,System.Double,System.Double)"]

See Also