public class QRect: QtSupport, System.IDisposable
System.Object
QtSupport
QRectThis type implements System.IDisposable.
Qt Namespace
QRect Constructors
QRect() Constructor
QRect(Qt.QPoint, Qt.QPoint) Constructor
QRect(Qt.QPoint, Qt.QSize) Constructor
QRect(int, int, int, int) Constructor
QRect(void *) Constructor
QRect Methods
QRect.AddCoords Method
QRect.Bottom Method
QRect.BottomLeft Method
QRect.BottomRight Method
QRect.Center Method
QRect.Contains(Qt.QPoint, bool) Method
QRect.Contains(int, int, bool) Method
QRect.Contains(Qt.QRect, bool) Method
QRect.Contains(Qt.QPoint) Method
QRect.Contains(int, int) Method
QRect.Contains(Qt.QRect) Method
QRect.Coords Method
QRect.Finalize Method
QRect.Height Method
QRect.Intersect Method
QRect.Intersects Method
QRect.IsEmpty Method
QRect.IsNull Method
QRect.IsValid Method
QRect.Left Method
QRect.MoveBottomLeft Method
QRect.MoveBottomRight Method
QRect.MoveBy Method
QRect.MoveCenter Method
QRect.MoveTopLeft Method
QRect.MoveTopRight Method
QRect.Normalize Method
QRect.RBottom Method
QRect.RLeft Method
QRect.RRight Method
QRect.RTop Method
QRect.Rect Method
QRect.Right Method
QRect.SetBottom Method
QRect.SetCoords Method
QRect.SetHeight Method
QRect.SetLeft Method
QRect.SetRect Method
QRect.SetRight Method
QRect.SetSize Method
QRect.SetTop Method
QRect.SetWidth Method
QRect.SetX Method
QRect.SetY Method
QRect.Size Method
QRect.Top Method
QRect.TopLeft Method
QRect.TopRight Method
QRect.Unite Method
QRect.Width Method
QRect.X Method
QRect.Y Method
public void QRect();
Qt.QRect Class, Qt Namespace
public void QRect(Qt.QPoint topleft, Qt.QPoint bottomright);
Qt.QRect Class, Qt Namespace
public void QRect(Qt.QPoint topleft, Qt.QSize size);
Qt.QRect Class, Qt Namespace
public void QRect(int left, int top, int width, int height);
Qt.QRect Class, Qt Namespace
public void QRect(void * ptr);
Qt.QRect Class, Qt Namespace
public void AddCoords(int x1, int y1, int x2, int y2);
Qt.QRect Class, Qt Namespace
public int Bottom();
Qt.QRect Class, Qt Namespace
public Qt.QPoint BottomLeft();
Qt.QRect Class, Qt Namespace
public Qt.QPoint BottomRight();
Qt.QRect Class, Qt Namespace
public Qt.QPoint Center();
Qt.QRect Class, Qt Namespace
public bool Contains(Qt.QPoint p, bool proper);
Qt.QRect Class, Qt Namespace
public bool Contains(int x, int y, bool proper);
Qt.QRect Class, Qt Namespace
public bool Contains(Qt.QRect r, bool proper);
Qt.QRect Class, Qt Namespace
public bool Contains(Qt.QPoint p);
Qt.QRect Class, Qt Namespace
public bool Contains(int x, int y);
Qt.QRect Class, Qt Namespace
public bool Contains(Qt.QRect r);
Qt.QRect Class, Qt Namespace
public void Coords(int[] x1, int[] y1, int[] x2, int[] y2);
Qt.QRect Class, Qt Namespace
protected override void Finalize();
Qt.QRect Class, Qt Namespace
public int Height();
Qt.QRect Class, Qt Namespace
public Qt.QRect Intersect(Qt.QRect r);
Qt.QRect Class, Qt Namespace
public bool Intersects(Qt.QRect r);
Qt.QRect Class, Qt Namespace
public bool IsEmpty();
Qt.QRect Class, Qt Namespace
public bool IsNull();
Qt.QRect Class, Qt Namespace
public bool IsValid();
Qt.QRect Class, Qt Namespace
public int Left();
Qt.QRect Class, Qt Namespace
public void MoveBottomLeft(Qt.QPoint p);
Qt.QRect Class, Qt Namespace
public void MoveBottomRight(Qt.QPoint p);
Qt.QRect Class, Qt Namespace
public void MoveBy(int dx, int dy);
Qt.QRect Class, Qt Namespace
public void MoveCenter(Qt.QPoint p);
Qt.QRect Class, Qt Namespace
public void MoveTopLeft(Qt.QPoint p);
Qt.QRect Class, Qt Namespace
public void MoveTopRight(Qt.QPoint p);
Qt.QRect Class, Qt Namespace
public Qt.QRect Normalize();
Qt.QRect Class, Qt Namespace
public short RBottom();
Qt.QRect Class, Qt Namespace
public short RLeft();
Qt.QRect Class, Qt Namespace
public short RRight();
Qt.QRect Class, Qt Namespace
public short RTop();
Qt.QRect Class, Qt Namespace
public void Rect(int[] x, int[] y, int[] w, int[] h);
Qt.QRect Class, Qt Namespace
public int Right();
Qt.QRect Class, Qt Namespace
public void SetBottom(int pos);
Qt.QRect Class, Qt Namespace
public void SetCoords(int x1, int y1, int x2, int y2);
Qt.QRect Class, Qt Namespace
public void SetHeight(int h);
Qt.QRect Class, Qt Namespace
public void SetLeft(int pos);
Qt.QRect Class, Qt Namespace
public void SetRect(int x, int y, int w, int h);
Qt.QRect Class, Qt Namespace
public void SetRight(int pos);
Qt.QRect Class, Qt Namespace
public void SetSize(Qt.QSize s);
Qt.QRect Class, Qt Namespace
public void SetTop(int pos);
Qt.QRect Class, Qt Namespace
public void SetWidth(int w);
Qt.QRect Class, Qt Namespace
public void SetX(int x);
Qt.QRect Class, Qt Namespace
public void SetY(int y);
Qt.QRect Class, Qt Namespace
public Qt.QSize Size();
Qt.QRect Class, Qt Namespace
public int Top();
Qt.QRect Class, Qt Namespace
public Qt.QPoint TopLeft();
Qt.QRect Class, Qt Namespace
public Qt.QPoint TopRight();
Qt.QRect Class, Qt Namespace
public Qt.QRect Unite(Qt.QRect r);
Qt.QRect Class, Qt Namespace
public int Width();
Qt.QRect Class, Qt Namespace
public int X();
Qt.QRect Class, Qt Namespace
public int Y();
Qt.QRect Class, Qt Namespace