Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Rectangle Structure / Scale Method
The horizontal scaling factor.
The vertical scaling factor.


In This Topic
    Scale Method (Rectangle)
    In This Topic
    Scales this Rectangle value by the specified scaleX and scaleY values.
    Syntax
    'Declaration
     
    
    Public Sub Scale( _
       ByVal scaleX As Double, _
       ByVal scaleY As Double _
    ) 
    'Usage
     
    
    Dim instance As Rectangle
    Dim scaleX As Double
    Dim scaleY As Double
     
    instance.Scale(scaleX, scaleY)
    public void Scale( 
       double scaleX,
       double scaleY
    )

    Parameters

    scaleX
    The horizontal scaling factor.
    scaleY
    The vertical scaling factor.
    See Also