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
C#
![]() |
---|
public static Point PolarToCartesian ( |
Visual Basic
![]() |
---|
Public Shared Function PolarToCartesian( _ |
A Point specifying the center of the polar coordinate system.
The angle of the specified point, in the polar coordinate space.
The radius of the specified point, in the polar coordinate space.