FlexReport for WinForms | ComponentOne
C1.Win.FlexViewer.4.5.2 Assembly / C1.Win.FlexViewer Namespace / C1FlexViewerPane Class / ScaleControl(SizeF,BoundsSpecified) Method

In This Topic
    ScaleControl(SizeF,BoundsSpecified) Method
    In This Topic
    Scales a control's location, size, padding and margin.
    Syntax
    'Declaration
     
    Protected Overrides Sub ScaleControl( _
       ByVal factor As SizeF, _
       ByVal specified As BoundsSpecified _
    ) 
    protected override void ScaleControl( 
       SizeF factor,
       BoundsSpecified specified
    )

    Parameters

    factor
    specified
    See Also