C# Class MS.Win32.NativeMethods.Point

Afficher le fichier Open project: geeksree/cSharpGeeks

Méthodes publiques

Méthode Description
Point ( double x, double y ) : System

Constructor which accepts the X and Y values

Method Details

Point() public méthode

Constructor which accepts the X and Y values
public Point ( double x, double y ) : System
x double The value for the X coordinate of the new Point
y double The value for the Y coordinate of the new Point
Résultat System