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 PointF RotatePoint (
    PointF pointToRotate,
    PointF centerPoint,
    double angleInDegrees
)

Visual Basic  Copy Code

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

 Parameters

pointToRotate

The point to rotate.

centerPoint

The rotation center.

angleInDegrees

The rotation angle.

 Return Value

 See Also