MindFusion.Wpf Pack Programmer's Guide
Convert.CartesianToPolar Method
See Also
 





Converts Cartesian coordinates to the corresponding polar coordinates, using the specified point as a center of the coordinate system.

Namespace: MindFusion.Geometry
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public static void CartesianToPolar (
    Point coordCenter,
    Point point,
    ref double a,
    ref double r
)

Visual Basic  Copy Code

Public Shared Sub CartesianToPolar( _
    coordCenter As Point, _
    point As Point, _
    ByRef a As Double, _
    ByRef r As Double _
)

 Parameters

coordCenter

point

a

r

 See Also

Convert Members
Convert Class
MindFusion.Geometry Namespace