C# Class CustomChrome.NativeMethods.POINT

Afficher le fichier Open project: pvginkel/CustomChrome

Méthodes publiques

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

Méthodes publiques

Méthode Description
POINT ( Point point ) : System

Method Details

POINT() public méthode

public POINT ( Point point ) : System
point Point
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