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


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

    Parameters

    rect
    radians
    centerX
    centerY
    See Also