Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Zhwang
SuperNotifyIcon
NativeMethods.RECT
C# Class Zhwang.SuperNotifyIcon.NativeMethods.RECT
显示文件
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