Scheduler for WinForms | ComponentOne
C1.Win.Schedule.8 Assembly / (Global) Namespace / dt<a> Class / ScaleMinMaxSize Method

In This Topic
    ScaleMinMaxSize Method (dt<a>)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overridable Sub ScaleMinMaxSize( _
       ByVal xScaleFactor As System.Single, _
       ByVal yScaleFactor As System.Single, _
       Optional ByVal updateContainerSize As System.Boolean _
    ) 
    protected virtual void ScaleMinMaxSize( 
       System.float? xScaleFactor,
       System.float? yScaleFactor,
       System.bool? updateContainerSize
    )

    Parameters

    xScaleFactor
    yScaleFactor
    updateContainerSize
    See Also