ComponentOne MultiSelect 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
    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