Table of Contents

TGdipUIFont.GetHeight Method

Overloads

TGdipUIFont.GetHeight(Int32)

Height of the font for a given resolution.

Syntax

Namespace: FlexCel.Draw

public override Double GetHeight(Int32 dpi)

Parameters

<-> Parameter Type Description
dpi Int32 Resolution.

See also

TGdipUIFont.GetHeight(Graphics)

Calculates the height in a given canvas.

Syntax

Namespace: FlexCel.Draw

public Single GetHeight(Graphics Canvas)

Parameters

<-> Parameter Type Description
Canvas Graphics

See also