Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / GetRotation Method
The Shape


In This Topic
    GetRotation Method
    In This Topic
    Get the angle in degree of a Shape
    Syntax
    'Declaration
     
    
    Public Function GetRotation( _
       ByVal shape As Shape _
    ) As Double
    'Usage
     
    
    Dim instance As WorksheetDrawing
    Dim shape As Shape
    Dim value As Double
     
    value = instance.GetRotation(shape)
    public double GetRotation( 
       Shape shape
    )

    Parameters

    shape
    The Shape
    See Also