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

파일 보기 프로젝트 열기: beto-rodriguez/Live-Charts

공개 메소드들

메소드 설명
Offset ( this point, double x, double y ) : void

Offsets the specified x.

메소드 상세

Offset() 공개 정적인 메소드

Offsets the specified x.
public static Offset ( this point, double x, double y ) : void
point this The point.
x double The x.
y double The y.
리턴 void