C# Class LiveCharts.Uwp.Points.PointExtensions

显示文件 Open project: beto-rodriguez/Live-Charts

Public Methods

Method Description
Offset ( this point, double x, double y ) : void

Offsets the specified x.

Method Details

Offset() public static method

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.
return void