public class QPoint: QtSupport, System.IDisposable
System.Object
QtSupport
QPointThis type implements System.IDisposable.
Qt Namespace
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
public void QPoint();
Qt.QPoint Class, Qt Namespace
public void QPoint(int xpos, int ypos);
Qt.QPoint Class, Qt Namespace
public void QPoint(void * ptr);
Qt.QPoint Class, Qt Namespace
protected override void Finalize();
Qt.QPoint Class, Qt Namespace
public bool IsNull();
Qt.QPoint Class, Qt Namespace
public int ManhattanLength();
Qt.QPoint Class, Qt Namespace
public short Rx();
Qt.QPoint Class, Qt Namespace
public short Ry();
Qt.QPoint Class, Qt Namespace
public void SetX(int x);
Qt.QPoint Class, Qt Namespace
public void SetY(int y);
Qt.QPoint Class, Qt Namespace
public int X();
Qt.QPoint Class, Qt Namespace
public int Y();
Qt.QPoint Class, Qt Namespace