C# Class LiveCharts.Dtos.CorePoint

ファイルを表示 Open project: beto-rodriguez/Live-Charts Class Usage Examples

Public Methods

Method Description
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

Method Details

CorePoint() public method

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

CorePoint() public method

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

operator() public static method

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