InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / C1InputPanel Class / GetScaledBounds Method

In This Topic
    GetScaledBounds Method (C1InputPanel)
    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