C# 클래스 Andwho.Windows.Win32.SIZE

파일 보기 프로젝트 열기: JimmyFung/DesktopHelper 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Height int
Width int

공개 메소드들

메소드 설명
SIZE ( int width, int height ) : System

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

메소드 상세

SIZE() 공개 메소드

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

프로퍼티 상세

Height 공개적으로 프로퍼티

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

Width 공개적으로 프로퍼티

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