C# Class Zhwang.SuperNotifyIcon.NativeMethods.RECT

Datei anzeigen Open project: rzhw/SuperNotifyIcon

Public Properties

Property Type Description
bottom int
left int
right int
top int

Public Methods

Method Description
HasSize ( ) : bool

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

Method Details

HasSize() public method

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

Property Details

bottom public_oe property

The y-coordinate of the lower-right corner of the rectangle.
public int bottom
return int

left public_oe property

The x-coordinate of the upper-left corner of the rectangle.
public int left
return int

right public_oe property

The x-coordinate of the lower-right corner of the rectangle.
public int right
return int

top public_oe property

The y-coordinate of the upper-left corner of the rectangle.
public int top
return int