C# Class Qt.Core.QSize

Mostra file Open project: shana/cppinterop

Public Properties

Property Type Description
ht int
wd int

Public Methods

Method Description
QSize ( int w, int h ) : System

Method Details

QSize() public method

public QSize ( int w, int h ) : System
w int
h int
return System

Property Details

ht public_oe property

public int ht
return int

wd public_oe property

public int wd
return int