Search
Geometry.CartesianToPolar Method (Point, Point)
See Also
 






Converts the specified point from cartesian to polar coordinates.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static Point CartesianToPolar (
    Point center,
    Point point
)

Visual Basic  Copy Code

Public Shared Function CartesianToPolar( _
    center As Point, _
    point As Point _
) As Point

 Parameters

center

point

 Return Value

 See Also