public class QSize: QtSupport, System.IDisposable
System.Object
QtSupport
QSizeThis type implements System.IDisposable.
Qt Namespace
QSize Constructors
QSize() Constructor
QSize(int, int) Constructor
QSize(void *) Constructor
QSize Methods
QSize.BoundedTo Method
QSize.ExpandedTo Method
QSize.Finalize Method
QSize.Height Method
QSize.IsEmpty Method
QSize.IsNull Method
QSize.IsValid Method
QSize.Rheight Method
QSize.Rwidth Method
QSize.SetHeight Method
QSize.SetWidth Method
QSize.Transpose Method
QSize.Width Method
public void QSize();
Qt.QSize Class, Qt Namespace
public void QSize(int w, int h);
Qt.QSize Class, Qt Namespace
public void QSize(void * ptr);
Qt.QSize Class, Qt Namespace
public Qt.QSize BoundedTo(Qt.QSize arg1);
Qt.QSize Class, Qt Namespace
public Qt.QSize ExpandedTo(Qt.QSize arg1);
Qt.QSize Class, Qt Namespace
protected override void Finalize();
Qt.QSize Class, Qt Namespace
public int Height();
Qt.QSize Class, Qt Namespace
public bool IsEmpty();
Qt.QSize Class, Qt Namespace
public bool IsNull();
Qt.QSize Class, Qt Namespace
public bool IsValid();
Qt.QSize Class, Qt Namespace
public short Rheight();
Qt.QSize Class, Qt Namespace
public short Rwidth();
Qt.QSize Class, Qt Namespace
public void SetHeight(int h);
Qt.QSize Class, Qt Namespace
public void SetWidth(int w);
Qt.QSize Class, Qt Namespace
public void Transpose();
Qt.QSize Class, Qt Namespace
public int Width();
Qt.QSize Class, Qt Namespace