C# Class RazorSpy.Styles.NativeMethods.POINT

Afficher le fichier Open project: RazorSpy/RazorSpy

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