Scheduler for WinForms | ComponentOne
C1.Win.Schedule.8 Assembly / (Global) Namespace / bm Class / GetScaledBounds Method

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