C# Класс LiveCharts.Uwp.Points.PieUtils

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ComputeCartesianCoordinate ( double angle, double radius, Path container ) : Point

Converts a coordinate from the polar coordinate system to the cartesian coordinate system.

Описание методов

ComputeCartesianCoordinate() публичный статический Метод

Converts a coordinate from the polar coordinate system to the cartesian coordinate system.
public static ComputeCartesianCoordinate ( double angle, double radius, Path container ) : Point
angle double
radius double
container Windows.UI.Xaml.Shapes.Path
Результат Point