C# Class BrightnessTray.NativeMethods.POINT

Afficher le fichier Open project: navhaxs/BrightnessTray

Méthodes publiques

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

Property Details

x public_oe property

The x-coordinate of the point.
public int x
Résultat int

y public_oe property

The y-coordinate of the point.
public int y
Résultat int