Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / DrawingToolbar Class / Scale Method / Scale(FpSpread,Single) Method


In This Topic
    Scale(FpSpread,Single) Method
    In This Topic
    Scales the active legacy shape.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub Scale( _
       ByVal spread As FpSpread, _
       ByVal scaleValue As Single _
    ) 
    'Usage
     
    
    Dim spread As FpSpread
    Dim scaleValue As Single
     
    DrawingToolbar.Scale(spread, scaleValue)
    public static void Scale( 
       FpSpread spread,
       float scaleValue
    )

    Parameters

    spread
    scaleValue
    See Also