C# Class GraphicEditor.MainWindow.Point

Afficher le fichier Open project: msCube/Gallery

Méthodes publiques

Свойство Type Description
x int
y int

Méthodes publiques

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

Construct a point of coordinates (x,y).

Method Details

Point() public méthode

Construct a point of coordinates (x,y).
public Point ( int x, int y ) : System
x int
y int
Résultat System

Property Details

x public_oe property

x coordinate of point.
public int x
Résultat int

y public_oe property

y coordinate of point.
public int y
Résultat int