WebPlanner Programmer's Guide

IGraphics.GetFontHeight Method

See Also
 


Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public abstract float GetFontHeight (
    Font font
)

Visual Basic  Copy Code

Public MustOverride Function GetFontHeight ( _
    font As Font _
) As Single

 Parameters

font

 Return Value

 See Also