Qt.QPoint Class

public class QPoint: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QPoint

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QPoint Constructors

QPoint() Constructor
QPoint(int, int) Constructor
QPoint(void *) Constructor

QPoint Methods

QPoint.Finalize Method
QPoint.IsNull Method
QPoint.ManhattanLength Method
QPoint.Rx Method
QPoint.Ry Method
QPoint.SetX Method
QPoint.SetY Method
QPoint.X Method
QPoint.Y Method


QPoint() Constructor

public void QPoint();

See Also

Qt.QPoint Class, Qt Namespace

QPoint(int, int) Constructor

public void QPoint(int xpos, int ypos);

See Also

Qt.QPoint Class, Qt Namespace

QPoint(void *) Constructor

public void QPoint(void * ptr);

See Also

Qt.QPoint Class, Qt Namespace

QPoint.Finalize Method

protected override void Finalize();

See Also

Qt.QPoint Class, Qt Namespace

QPoint.IsNull Method

public bool IsNull();

See Also

Qt.QPoint Class, Qt Namespace

QPoint.ManhattanLength Method

public int ManhattanLength();

See Also

Qt.QPoint Class, Qt Namespace

QPoint.Rx Method

public short Rx();

See Also

Qt.QPoint Class, Qt Namespace

QPoint.Ry Method

public short Ry();

See Also

Qt.QPoint Class, Qt Namespace

QPoint.SetX Method

public void SetX(int x);

See Also

Qt.QPoint Class, Qt Namespace

QPoint.SetY Method

public void SetY(int y);

See Also

Qt.QPoint Class, Qt Namespace

QPoint.X Method

public int X();

See Also

Qt.QPoint Class, Qt Namespace

QPoint.Y Method

public int Y();

See Also

Qt.QPoint Class, Qt Namespace