public class QCanvasLine: QCanvasPolygonalItem, System.IDisposable
System.Object
QtSupport
QCanvasItem
QCanvasPolygonalItem
QCanvasLineThis type implements System.IDisposable.
Qt Namespace
QCanvasLine Constructors
QCanvasLine(Qt.QCanvas) Constructor
QCanvasLine(void *) Constructor
QCanvasLine Methods
QCanvasLine.AreaPoints Method
QCanvasLine.DrawShape Method
QCanvasLine.EndPoint Method
QCanvasLine.Finalize Method
QCanvasLine.Rtti Method
QCanvasLine.SetPen Method
QCanvasLine.SetPoints Method
QCanvasLine.StartPoint Method
public void QCanvasLine(Qt.QCanvas canvas);
Qt.QCanvasLine Class, Qt Namespace
public void QCanvasLine(void * ptr);
Qt.QCanvasLine Class, Qt Namespace
protected Qt.QPointArray AreaPoints();
Qt.QCanvasLine Class, Qt Namespace
protected void DrawShape(Qt.QPainter arg1);
Qt.QCanvasLine Class, Qt Namespace
public Qt.QPoint EndPoint();
Qt.QCanvasLine Class, Qt Namespace
protected override void Finalize();
Qt.QCanvasLine Class, Qt Namespace
public int Rtti();
Qt.QCanvasLine Class, Qt Namespace
public void SetPen(Qt.QPen p);
Qt.QCanvasLine Class, Qt Namespace
public void SetPoints(int x1, int y1, int x2, int y2);
Qt.QCanvasLine Class, Qt Namespace
public Qt.QPoint StartPoint();
Qt.QCanvasLine Class, Qt Namespace