Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / BorderEditor Class / ScaleControl(SizeF,BoundsSpecified) Method


In This Topic
    ScaleControl(SizeF,BoundsSpecified) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Sub ScaleControl( _
       ByVal factor As SizeF, _
       ByVal specified As BoundsSpecified _
    ) 
    'Usage
     
    
    Dim instance As BorderEditor
    Dim factor As SizeF
    Dim specified As BoundsSpecified
     
    instance.ScaleControl(factor, specified)
    protected override void ScaleControl( 
       SizeF factor,
       BoundsSpecified specified
    )

    Parameters

    factor
    specified
    See Also