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

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

    Parameters

    control
    The specified control.
    infos
    A ZoomBoundsInfo type infomation provided by C1Zoom to help zoom layout.
    Remarks
    For more information, see ControlZoomPolicy.
    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