ComponentOne CalendarView for WinForms
C1.Framework.Drawing.Gdi Namespace / FontBuilder Class / Zoom Method
Indicate the Font you want to zoom
Indicate the zoom factor

In This Topic
    Zoom Method
    In This Topic
    Zoom current Font with zoom factor
    Syntax
    'Declaration
     
    
    Public Shared Function Zoom( _
       ByVal font As Font, _
       ByVal zoomFactor As Single _
    ) As Font
    public static Font Zoom( 
       Font font,
       float zoomFactor
    )

    Parameters

    font
    Indicate the Font you want to zoom
    zoomFactor
    Indicate the zoom factor

    Return Value

    A Font with special size
    See Also