Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / RotateShape Method
The Shape that will be effected.
The angle in degree.


In This Topic
    RotateShape Method
    In This Topic
    Rotate the shape to an angle without notifyUI.
    Syntax
    'Declaration
     
    
    Public Sub RotateShape( _
       ByVal shape As Shape, _
       ByVal angle As Double _
    ) 
    'Usage
     
    
    Dim instance As WorksheetDrawing
    Dim shape As Shape
    Dim angle As Double
     
    instance.RotateShape(shape, angle)
    public void RotateShape( 
       Shape shape,
       double angle
    )

    Parameters

    shape
    The Shape that will be effected.
    angle
    The angle in degree.
    See Also