C# Class Belhard.Training.MutexDemo.Native.POINT

Afficher le fichier Open project: bazile/Training

Méthodes publiques

Свойство Type Description
X int
Y int

Méthodes publiques

Méthode Description
POINT ( System pt ) : System.Runtime.InteropServices
POINT ( int x, int y ) : System.Runtime.InteropServices

Method Details

POINT() public méthode

public POINT ( System pt ) : System.Runtime.InteropServices
pt System
Résultat System.Runtime.InteropServices

POINT() public méthode

public POINT ( int x, int y ) : System.Runtime.InteropServices
x int
y int
Résultat System.Runtime.InteropServices

Property Details

X public_oe property

public int X
Résultat int

Y public_oe property

public int Y
Résultat int