C# 클래스 LiveCharts.Dtos.CorePoint

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

공개 메소드들

메소드 설명
CorePoint ( CorePoint point )

Initializes a new instance of CorePoint

CorePoint ( double x, double y )

Initializes a new instance of CorePoint

operator ( ) : CorePoint

Sums every property between 2 given points

메소드 상세

CorePoint() 공개 메소드

Initializes a new instance of CorePoint
public CorePoint ( CorePoint point )
point CorePoint source pont

CorePoint() 공개 메소드

Initializes a new instance of CorePoint
public CorePoint ( double x, double y )
x double x coordinate
y double y coordinate

operator() 공개 정적인 메소드

Sums every property between 2 given points
public static operator ( ) : CorePoint
리턴 CorePoint