C# Class Andwho.Windows.Win32.SIZE

显示文件 Open project: JimmyFung/DesktopHelper Class Usage Examples

Public Properties

Property Type Description
Height int
Width int

Public Methods

Method Description
SIZE ( int width, int height ) : System

初始化 Andwho.Windows.Win32.SIZE 结构的新实例。

Method Details

SIZE() public method

初始化 Andwho.Windows.Win32.SIZE 结构的新实例。
public SIZE ( int width, int height ) : System
width int 此 SIZE 的水平分量
height int 此 SIZE 的垂直分量。
return System

Property Details

Height public_oe property

获取或设置此 SIZE 的垂直分量。
public int Height
return int

Width public_oe property

获取或设置此 SIZE 的水平分量。
public int Width
return int