C# Class Andwho.Windows.Win32.SIZE

Afficher le fichier Open project: JimmyFung/DesktopHelper Class Usage Examples

Méthodes publiques

Свойство Type Description
Height int
Width int

Méthodes publiques

Méthode Description
SIZE ( int width, int height ) : System

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

Method Details

SIZE() public méthode

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

Property Details

Height public_oe property

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

Width public_oe property

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