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

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

공개 메소드들

메소드 설명
ComputeCartesianCoordinate ( double angle, double radius ) : 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 ) : Point
angle double
radius double
리턴 Point