ComponentOne SuperTooltip for WinForms
C1.Win.4.8 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 System.Drawing.Rectangle, _
       ByVal factor As System.Drawing.SizeF, _
       ByVal specified As System.Windows.Forms.BoundsSpecified _
    ) As System.Drawing.Rectangle
    protected override System.Drawing.Rectangle GetScaledBounds( 
       System.Drawing.Rectangle bounds,
       System.Drawing.SizeF factor,
       System.Windows.Forms.BoundsSpecified specified
    )

    Parameters

    bounds
    factor
    specified
    See Also