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


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

    Parameters

    origin
    rect
    radians
    See Also