C# Class Qt.Core.QSize

Afficher le fichier Open project: shana/cppinterop

Méthodes publiques

Свойство Type Description
ht int
wd int

Méthodes publiques

Méthode Description
QSize ( int w, int h ) : System

Method Details

QSize() public méthode

public QSize ( int w, int h ) : System
w int
h int
Résultat System

Property Details

ht public_oe property

public int ht
Résultat int

wd public_oe property

public int wd
Résultat int