Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / PSObject Class / Rotate Method / Rotate(Single) Method
Angle to rotate the object


In This Topic
    Rotate(Single) Method
    In This Topic
    Rotates the object by the specified angle around the center of the object.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub Rotate( _
       ByVal angle As Single _
    ) 
    'Usage
     
    
    Dim instance As PSObject
    Dim angle As Single
     
    instance.Rotate(angle)
    public virtual void Rotate( 
       float angle
    )

    Parameters

    angle
    Angle to rotate the object
    See Also