C# Класс BrightnessTray.NativeMethods.RECT

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
bottom int
left int
right int
top int

Описание свойств

bottom публичное свойство

The y-coordinate of the lower-right corner of the rectangle.
public int bottom
Результат int

left публичное свойство

The x-coordinate of the upper-left corner of the rectangle.
public int left
Результат int

right публичное свойство

The x-coordinate of the lower-right corner of the rectangle.
public int right
Результат int

top публичное свойство

The y-coordinate of the upper-left corner of the rectangle.
public int top
Результат int