Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / GeometryHelper Class / Rotate Method / Rotate(Rectangle,Double) Method


In This Topic
    Rotate(Rectangle,Double) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function Rotate( _
       ByVal rect As Rectangle, _
       ByVal radians As Double _
    ) As Point()
    'Usage
     
    
    Dim rect As Rectangle
    Dim radians As Double
    Dim value() As Point
     
    value = GeometryHelper.Rotate(rect, radians)
    public static Point[] Rotate( 
       Rectangle rect,
       double radians
    )

    Parameters

    rect
    radians
    See Also