TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / C1ApplicationZoom Class / GetC1Zoom Method
The form.
Example

In This Topic
    GetC1Zoom Method (C1ApplicationZoom)
    In This Topic
    Gets the associated C1Zoom by a specific form.
    Syntax
    'Declaration
     
    
    Public Shared Function GetC1Zoom( _
       ByVal form As Form _
    ) As C1Zoom
    public static C1Zoom GetC1Zoom( 
       Form form
    )

    Parameters

    form
    The form.

    Return Value

    A C1Zoom value that associated to specific form.
    Example

    The following code example shows how to use this method.

    This code example is part of a larger example provided for the C1ApplicationZoom class.

    See Also