TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / ZoomFontInfo Class / Zoom Method
The current font.

In This Topic
    Zoom Method (ZoomFontInfo)
    In This Topic
    Scales the current font.
    Syntax
    'Declaration
     
    
    Public Function Zoom( _
       ByVal currentFont As Font _
    ) As Font
    public Font Zoom( 
       Font currentFont
    )

    Parameters

    currentFont
    The current font.

    Return Value

    A font scaled by ZoomFontInfo
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also