C# Class BrightnessTray.NativeMethods.RECT

Afficher le fichier Open project: navhaxs/BrightnessTray

Méthodes publiques

Свойство Type Description
bottom int
left int
right int
top int

Property Details

bottom public_oe property

The y-coordinate of the lower-right corner of the rectangle.
public int bottom
Résultat int

left public_oe property

The x-coordinate of the upper-left corner of the rectangle.
public int left
Résultat int

right public_oe property

The x-coordinate of the lower-right corner of the rectangle.
public int right
Résultat int

top public_oe property

The y-coordinate of the upper-left corner of the rectangle.
public int top
Résultat int