C# Class LiveCharts.Uwp.Points.PointExtensions

Afficher le fichier Open project: beto-rodriguez/Live-Charts

Méthodes publiques

Méthode Description
Offset ( this point, double x, double y ) : void

Offsets the specified x.

Method Details

Offset() public static méthode

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.
Résultat void