Search
IGraphics.GetFontHeight Method
See Also
 





Gets the height of the specified font.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

double GetFontHeight (
    Font font
)

Visual Basic  Copy Code

Function GetFontHeight( _
    font As Font _
) As Double

 Parameters

font

The font to measure.

 Return Value

The height of the font.

 See Also