Search
PolarPlot.RotatePoint Method
See Also
 






Rotates point around specified rotation center at specified angle.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

protected Point RotatePoint (
    Point pointToRotate,
    Point centerPoint,
    double angleInDegrees
)

Visual Basic  Copy Code

Protected Function RotatePoint( _
    pointToRotate As Point, _
    centerPoint As Point, _
    angleInDegrees As Double _
) As Point

 Parameters

pointToRotate

The point to rotate.

centerPoint

The rotation center.

angleInDegrees

The rotation angle.

 Return Value

A Microsoft.Maui.Graphics.Point instance.

 See Also