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






Converts the specified point from polar to cartesian coordinates.

Namespace: MindFusion
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public static Point PolarToCartesian (
    Point center,
    Point polar
)

Visual Basic  Copy Code

Public Shared Function PolarToCartesian( _
    center As Point, _
    polar As Point _
) As Point

 Parameters

center

polar

 Return Value

 See Also