public class QCanvasRectangle: QCanvasPolygonalItem, System.IDisposable
System.Object
QtSupport
QCanvasItem
QCanvasPolygonalItem
QCanvasRectangleThis type implements System.IDisposable.
Qt Namespace
QCanvasRectangle Constructors
QCanvasRectangle(Qt.QCanvas) Constructor
QCanvasRectangle(Qt.QRect, Qt.QCanvas) Constructor
QCanvasRectangle(int, int, int, int, Qt.QCanvas) Constructor
QCanvasRectangle(void *) Constructor
QCanvasRectangle Methods
QCanvasRectangle.AreaPoints Method
QCanvasRectangle.Chunks Method
QCanvasRectangle.CollidesWith Method
QCanvasRectangle.DrawShape Method
QCanvasRectangle.Finalize Method
QCanvasRectangle.Height Method
QCanvasRectangle.Rect Method
QCanvasRectangle.Rtti Method
QCanvasRectangle.SetSize Method
QCanvasRectangle.Size Method
QCanvasRectangle.Width Method
public void QCanvasRectangle(Qt.QCanvas canvas);
Qt.QCanvasRectangle Class, Qt Namespace
public void QCanvasRectangle(Qt.QRect arg1, Qt.QCanvas canvas);
Qt.QCanvasRectangle Class, Qt Namespace
public void QCanvasRectangle(int x, int y, int width, int height, Qt.QCanvas canvas);
Qt.QCanvasRectangle Class, Qt Namespace
public void QCanvasRectangle(void * ptr);
Qt.QCanvasRectangle Class, Qt Namespace
public Qt.QPointArray AreaPoints();
Qt.QCanvasRectangle Class, Qt Namespace
protected Qt.QPointArray Chunks();
Qt.QCanvasRectangle Class, Qt Namespace
public bool CollidesWith(Qt.QCanvasItem arg1);
Qt.QCanvasRectangle Class, Qt Namespace
protected void DrawShape(Qt.QPainter arg1);
Qt.QCanvasRectangle Class, Qt Namespace
protected override void Finalize();
Qt.QCanvasRectangle Class, Qt Namespace
public int Height();
Qt.QCanvasRectangle Class, Qt Namespace
public Qt.QRect Rect();
Qt.QCanvasRectangle Class, Qt Namespace
public int Rtti();
Qt.QCanvasRectangle Class, Qt Namespace
public void SetSize(int w, int h);
Qt.QCanvasRectangle Class, Qt Namespace
public Qt.QSize Size();
Qt.QCanvasRectangle Class, Qt Namespace
public int Width();
Qt.QCanvasRectangle Class, Qt Namespace