C# Класс Zhwang.SuperNotifyIcon.NativeMethods.RECT

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

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

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

Открытые методы

Метод Описание
HasSize ( ) : bool

Returns whether the rectangle does not have a zero width or height.

Описание методов

HasSize() публичный Метод

Returns whether the rectangle does not have a zero width or height.
public HasSize ( ) : bool
Результат bool

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

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