Search
Geometry.RotatePoint Method
See Also
 






Rotates the specified point around the specified pivot at the specified angle.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static Point RotatePoint (
    Point point,
    Point pivot,
    double angle
)

Visual Basic  Copy Code

Public Shared Function RotatePoint( _
    point As Point, _
    pivot As Point, _
    angle As Double _
) As Point

 Parameters

point

pivot

angle

 Return Value

 See Also