DiagramLite Programmer's Guide
Convert.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.Geometry2D
Assembly: MindFusion.Diagramming.Silverlight

 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 Point specifying the center of the polar coordinate system.

a

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

r

The radius of the specified point, in the polar coordinate space.

 Return Value

 See Also

Convert Members
Convert Class
MindFusion.Geometry2D Namespace