C# Class ACAT.Lib.Core.Utility.User32Interop.POINT

Afficher le fichier Open project: brlima94/acat-localization

Méthodes publiques

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

Méthodes publiques

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

Method Details

POINT() public méthode

public POINT ( System pt ) : System
pt System
Résultat System

POINT() public méthode

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

Property Details

X public_oe property

public int X
Résultat int

Y public_oe property

public int Y
Résultat int