Search
Utilities.PolarToCartesian Method
See Also
 






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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static Point PolarToCartesian (
    Point coordCenter,
    double a,
    double r
)

Visual Basic  Copy Code

Public Shared Function PolarToCartesian( _
    coordCenter As Point, _
    a As Double, _
    r As Double _
) As Point

 Parameters

coordCenter

a

r

 Return Value

 See Also