GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDrawing Class / Rotate Method
the rotation axis point
the degrees by which to turn; positive is clockwise
In This Topic
    Rotate Method
    In This Topic
    Change the angle of this shape by rotating it around a given axis point.
    Syntax
    public virtual void Rotate( 
       PointF rotatePoint,
       float angle
    )

    Parameters

    rotatePoint
    the rotation axis point
    angle
    the degrees by which to turn; positive is clockwise
    See Also