TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / ZoomPolicy Class / ZoomBounds Method
The specified control.
A ZoomBoundsInfo type infomation provided by C1Zoom to help zoom layout.

In This Topic
    ZoomBounds Method (ZoomPolicy)
    In This Topic
    Zoom the control bounds.
    Syntax
    'Declaration
     
    
    Public Overridable Sub ZoomBounds( _
       ByVal control As Control, _
       ByVal infos As ZoomBoundsInfo _
    ) 
    public virtual void ZoomBounds( 
       Control control,
       ZoomBoundsInfo infos
    )

    Parameters

    control
    The specified control.
    infos
    A ZoomBoundsInfo type infomation provided by C1Zoom to help zoom layout.
    Remarks
    Default logic will change the bounds of Control. If the control has other child element need to change. User can add logic in this method.
    See Also