Qt.QRect Class

public class QRect: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QRect

This type implements System.IDisposable.

See Also

Qt Namespace

Members

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


QRect() Constructor

public void QRect();

See Also

Qt.QRect Class, Qt Namespace

QRect(Qt.QPoint, Qt.QPoint) Constructor

public void QRect(Qt.QPoint topleft, Qt.QPoint bottomright);

See Also

Qt.QRect Class, Qt Namespace

QRect(Qt.QPoint, Qt.QSize) Constructor

public void QRect(Qt.QPoint topleft, Qt.QSize size);

See Also

Qt.QRect Class, Qt Namespace

QRect(int, int, int, int) Constructor

public void QRect(int left, int top, int width, int height);

See Also

Qt.QRect Class, Qt Namespace

QRect(void *) Constructor

public void QRect(void * ptr);

See Also

Qt.QRect Class, Qt Namespace

QRect.AddCoords Method

public void AddCoords(int x1, int y1, int x2, int y2);

See Also

Qt.QRect Class, Qt Namespace

QRect.Bottom Method

public int Bottom();

See Also

Qt.QRect Class, Qt Namespace

QRect.BottomLeft Method

public Qt.QPoint BottomLeft();

See Also

Qt.QRect Class, Qt Namespace

QRect.BottomRight Method

public Qt.QPoint BottomRight();

See Also

Qt.QRect Class, Qt Namespace

QRect.Center Method

public Qt.QPoint Center();

See Also

Qt.QRect Class, Qt Namespace

QRect.Contains(Qt.QPoint, bool) Method

public bool Contains(Qt.QPoint p, bool proper);

See Also

Qt.QRect Class, Qt Namespace

QRect.Contains(int, int, bool) Method

public bool Contains(int x, int y, bool proper);

See Also

Qt.QRect Class, Qt Namespace

QRect.Contains(Qt.QRect, bool) Method

public bool Contains(Qt.QRect r, bool proper);

See Also

Qt.QRect Class, Qt Namespace

QRect.Contains(Qt.QPoint) Method

public bool Contains(Qt.QPoint p);

See Also

Qt.QRect Class, Qt Namespace

QRect.Contains(int, int) Method

public bool Contains(int x, int y);

See Also

Qt.QRect Class, Qt Namespace

QRect.Contains(Qt.QRect) Method

public bool Contains(Qt.QRect r);

See Also

Qt.QRect Class, Qt Namespace

QRect.Coords Method

public void Coords(int[] x1, int[] y1, int[] x2, int[] y2);

See Also

Qt.QRect Class, Qt Namespace

QRect.Finalize Method

protected override void Finalize();

See Also

Qt.QRect Class, Qt Namespace

QRect.Height Method

public int Height();

See Also

Qt.QRect Class, Qt Namespace

QRect.Intersect Method

public Qt.QRect Intersect(Qt.QRect r);

See Also

Qt.QRect Class, Qt Namespace

QRect.Intersects Method

public bool Intersects(Qt.QRect r);

See Also

Qt.QRect Class, Qt Namespace

QRect.IsEmpty Method

public bool IsEmpty();

See Also

Qt.QRect Class, Qt Namespace

QRect.IsNull Method

public bool IsNull();

See Also

Qt.QRect Class, Qt Namespace

QRect.IsValid Method

public bool IsValid();

See Also

Qt.QRect Class, Qt Namespace

QRect.Left Method

public int Left();

See Also

Qt.QRect Class, Qt Namespace

QRect.MoveBottomLeft Method

public void MoveBottomLeft(Qt.QPoint p);

See Also

Qt.QRect Class, Qt Namespace

QRect.MoveBottomRight Method

public void MoveBottomRight(Qt.QPoint p);

See Also

Qt.QRect Class, Qt Namespace

QRect.MoveBy Method

public void MoveBy(int dx, int dy);

See Also

Qt.QRect Class, Qt Namespace

QRect.MoveCenter Method

public void MoveCenter(Qt.QPoint p);

See Also

Qt.QRect Class, Qt Namespace

QRect.MoveTopLeft Method

public void MoveTopLeft(Qt.QPoint p);

See Also

Qt.QRect Class, Qt Namespace

QRect.MoveTopRight Method

public void MoveTopRight(Qt.QPoint p);

See Also

Qt.QRect Class, Qt Namespace

QRect.Normalize Method

public Qt.QRect Normalize();

See Also

Qt.QRect Class, Qt Namespace

QRect.RBottom Method

public short RBottom();

See Also

Qt.QRect Class, Qt Namespace

QRect.RLeft Method

public short RLeft();

See Also

Qt.QRect Class, Qt Namespace

QRect.RRight Method

public short RRight();

See Also

Qt.QRect Class, Qt Namespace

QRect.RTop Method

public short RTop();

See Also

Qt.QRect Class, Qt Namespace

QRect.Rect Method

public void Rect(int[] x, int[] y, int[] w, int[] h);

See Also

Qt.QRect Class, Qt Namespace

QRect.Right Method

public int Right();

See Also

Qt.QRect Class, Qt Namespace

QRect.SetBottom Method

public void SetBottom(int pos);

See Also

Qt.QRect Class, Qt Namespace

QRect.SetCoords Method

public void SetCoords(int x1, int y1, int x2, int y2);

See Also

Qt.QRect Class, Qt Namespace

QRect.SetHeight Method

public void SetHeight(int h);

See Also

Qt.QRect Class, Qt Namespace

QRect.SetLeft Method

public void SetLeft(int pos);

See Also

Qt.QRect Class, Qt Namespace

QRect.SetRect Method

public void SetRect(int x, int y, int w, int h);

See Also

Qt.QRect Class, Qt Namespace

QRect.SetRight Method

public void SetRight(int pos);

See Also

Qt.QRect Class, Qt Namespace

QRect.SetSize Method

public void SetSize(Qt.QSize s);

See Also

Qt.QRect Class, Qt Namespace

QRect.SetTop Method

public void SetTop(int pos);

See Also

Qt.QRect Class, Qt Namespace

QRect.SetWidth Method

public void SetWidth(int w);

See Also

Qt.QRect Class, Qt Namespace

QRect.SetX Method

public void SetX(int x);

See Also

Qt.QRect Class, Qt Namespace

QRect.SetY Method

public void SetY(int y);

See Also

Qt.QRect Class, Qt Namespace

QRect.Size Method

public Qt.QSize Size();

See Also

Qt.QRect Class, Qt Namespace

QRect.Top Method

public int Top();

See Also

Qt.QRect Class, Qt Namespace

QRect.TopLeft Method

public Qt.QPoint TopLeft();

See Also

Qt.QRect Class, Qt Namespace

QRect.TopRight Method

public Qt.QPoint TopRight();

See Also

Qt.QRect Class, Qt Namespace

QRect.Unite Method

public Qt.QRect Unite(Qt.QRect r);

See Also

Qt.QRect Class, Qt Namespace

QRect.Width Method

public int Width();

See Also

Qt.QRect Class, Qt Namespace

QRect.X Method

public int X();

See Also

Qt.QRect Class, Qt Namespace

QRect.Y Method

public int Y();

See Also

Qt.QRect Class, Qt Namespace