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


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

    Parameters

    origin
    p
    radians
    See Also