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
    See Also