C# 클래스 Qt.Core.QSize

파일 보기 프로젝트 열기: shana/cppinterop

공개 프로퍼티들

프로퍼티 타입 설명
ht int
wd int

공개 메소드들

메소드 설명
QSize ( int w, int h ) : System

메소드 상세

QSize() 공개 메소드

public QSize ( int w, int h ) : System
w int
h int
리턴 System

프로퍼티 상세

ht 공개적으로 프로퍼티

public int ht
리턴 int

wd 공개적으로 프로퍼티

public int wd
리턴 int