C# 클래스 LiveCharts.Uwp.Points.PieUtils

파일 보기 프로젝트 열기: beto-rodriguez/Live-Charts 1 사용 예제들

공개 메소드들

메소드 설명
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