Qt.QSize Class

public class QSize: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QSize

This type implements System.IDisposable.

See Also

Qt Namespace

Members

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


QSize() Constructor

public void QSize();

See Also

Qt.QSize Class, Qt Namespace

QSize(int, int) Constructor

public void QSize(int w, int h);

See Also

Qt.QSize Class, Qt Namespace

QSize(void *) Constructor

public void QSize(void * ptr);

See Also

Qt.QSize Class, Qt Namespace

QSize.BoundedTo Method

public Qt.QSize BoundedTo(Qt.QSize arg1);

See Also

Qt.QSize Class, Qt Namespace

QSize.ExpandedTo Method

public Qt.QSize ExpandedTo(Qt.QSize arg1);

See Also

Qt.QSize Class, Qt Namespace

QSize.Finalize Method

protected override void Finalize();

See Also

Qt.QSize Class, Qt Namespace

QSize.Height Method

public int Height();

See Also

Qt.QSize Class, Qt Namespace

QSize.IsEmpty Method

public bool IsEmpty();

See Also

Qt.QSize Class, Qt Namespace

QSize.IsNull Method

public bool IsNull();

See Also

Qt.QSize Class, Qt Namespace

QSize.IsValid Method

public bool IsValid();

See Also

Qt.QSize Class, Qt Namespace

QSize.Rheight Method

public short Rheight();

See Also

Qt.QSize Class, Qt Namespace

QSize.Rwidth Method

public short Rwidth();

See Also

Qt.QSize Class, Qt Namespace

QSize.SetHeight Method

public void SetHeight(int h);

See Also

Qt.QSize Class, Qt Namespace

QSize.SetWidth Method

public void SetWidth(int w);

See Also

Qt.QSize Class, Qt Namespace

QSize.Transpose Method

public void Transpose();

See Also

Qt.QSize Class, Qt Namespace

QSize.Width Method

public int Width();

See Also

Qt.QSize Class, Qt Namespace