Qt.QCanvasLine Class

public class QCanvasLine: QCanvasPolygonalItem, System.IDisposable

Base Types

System.Object
  QtSupport
    QCanvasItem
      QCanvasPolygonalItem
        QCanvasLine

This type implements System.IDisposable.

See Also

Qt Namespace

Members

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


QCanvasLine(Qt.QCanvas) Constructor

public void QCanvasLine(Qt.QCanvas canvas);

See Also

Qt.QCanvasLine Class, Qt Namespace

QCanvasLine(void *) Constructor

public void QCanvasLine(void * ptr);

See Also

Qt.QCanvasLine Class, Qt Namespace

QCanvasLine.AreaPoints Method

protected Qt.QPointArray AreaPoints();

See Also

Qt.QCanvasLine Class, Qt Namespace

QCanvasLine.DrawShape Method

protected void DrawShape(Qt.QPainter arg1);

See Also

Qt.QCanvasLine Class, Qt Namespace

QCanvasLine.EndPoint Method

public Qt.QPoint EndPoint();

See Also

Qt.QCanvasLine Class, Qt Namespace

QCanvasLine.Finalize Method

protected override void Finalize();

See Also

Qt.QCanvasLine Class, Qt Namespace

QCanvasLine.Rtti Method

public int Rtti();

See Also

Qt.QCanvasLine Class, Qt Namespace

QCanvasLine.SetPen Method

public void SetPen(Qt.QPen p);

See Also

Qt.QCanvasLine Class, Qt Namespace

QCanvasLine.SetPoints Method

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

See Also

Qt.QCanvasLine Class, Qt Namespace

QCanvasLine.StartPoint Method

public Qt.QPoint StartPoint();

See Also

Qt.QCanvasLine Class, Qt Namespace