C# Class Zhwang.SuperNotifyIcon.NativeMethods.RECT

Afficher le fichier Open project: rzhw/SuperNotifyIcon

Méthodes publiques

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

Méthodes publiques

Méthode Description
HasSize ( ) : bool

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

Method Details

HasSize() public méthode

Returns whether the rectangle does not have a zero width or height.
public HasSize ( ) : bool
Résultat bool

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