Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / DrawingToolbar Class / Rotate Method


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

    Parameters

    spread
    angle
    See Also