\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.Win.C1List.ListBase Namespace / Frame Class / GetScaledBounds Method

In This Topic
    GetScaledBounds Method (Frame)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable 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 virtual System.Drawing.Rectangle GetScaledBounds( 
       System.Drawing.Rectangle bounds,
       System.Drawing.SizeF factor,
       System.Windows.Forms.BoundsSpecified specified
    )

    Parameters

    bounds
    factor
    specified
    See Also