InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.C1ScrollBar Namespace / C1ScrollBar Class / GetScaledBounds Method

In This Topic
    GetScaledBounds Method (C1ScrollBar)
    In This Topic
    Returns the bounds to use when the scrollbar is scaled by a specified amount.
    Syntax
    'Declaration
     
    Protected Overrides Function GetScaledBounds( _
       ByVal bounds As Rectangle, _
       ByVal factor As SizeF, _
       ByVal specified As BoundsSpecified _
    ) As Rectangle
    protected override Rectangle GetScaledBounds( 
       Rectangle bounds,
       SizeF factor,
       BoundsSpecified specified
    )

    Parameters

    bounds
    factor
    specified
    See Also