Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / Scale Method / Scale(Single,Single) Method
Factor by which to scale the object in the horizontal dimension
Factor by which to scale the object in the vertical dimension


In This Topic
    Scale(Single,Single) Method
    In This Topic
    Adjusts the size of the object by the specified amount.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Scale( _
       ByVal scaleX As Single, _
       ByVal scaleY As Single _
    ) 
    'Usage
     
    
    Dim instance As PSObject
    Dim scaleX As Single
    Dim scaleY As Single
     
    instance.Scale(scaleX, scaleY)
    public void Scale( 
       float scaleX,
       float scaleY
    )

    Parameters

    scaleX
    Factor by which to scale the object in the horizontal dimension
    scaleY
    Factor by which to scale the object in the vertical dimension
    See Also