Charting for WinForms Programmer's Guide
Convert.CartesianToPolar Method
See Also
 






Transforms the specified point from dekart coordinate system to polar coordinate system.

Namespace: MindFusion.Geometry.Geometry2D
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static void CartesianToPolar (
    PointF coordCenter,
    PointF dekart,
    ref float a,
    ref float r
)

Visual Basic  Copy Code

Public Shared Sub CartesianToPolar( _
    coordCenter As PointF, _
    dekart As PointF, _
    ByRef a As Single, _
    ByRef r As Single _
)

 Parameters

coordCenter

A PointF specifying the center of the dekart coordinate system.

dekart

A PointF specifying the dekart point to transform.

a

Receives the angle of the specified point, in the polar coordinate space.

r
Receives the radius of the specified point, in the polar coordinate space.

 See Also

Convert Members
Convert Class
MindFusion.Geometry.Geometry2D Namespace