Qt.QPointArray Class

public class QPointArray: QMemArray, System.IDisposable

Base Types

System.Object
  QtSupport
    QGArray
      QMemArray
        QPointArray

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QPointArray Constructors

QPointArray() Constructor
QPointArray(Qt.QRect, bool) Constructor
QPointArray(int, short) Constructor
QPointArray(Qt.QRect) Constructor
QPointArray(void *) Constructor

QPointArray Methods

QPointArray.BoundingRect Method
QPointArray.CleanBuffers Method
QPointArray.Copy Method
QPointArray.CubicBezier Method
QPointArray.Finalize Method
QPointArray.MakeArc(int, int, int, int, int, int) Method
QPointArray.MakeArc(int, int, int, int, int, int, Qt.QWMatrix) Method
QPointArray.MakeEllipse Method
QPointArray.Point(uint, int[], int[]) Method
QPointArray.Point(uint) Method
QPointArray.PutPoints(int, int, short) Method
QPointArray.PutPoints(int, int, Qt.QPointArray, int) Method
QPointArray.PutPoints(int, int, Qt.QPointArray) Method
QPointArray.SetPoint(uint, int, int) Method
QPointArray.SetPoint(uint, Qt.QPoint) Method
QPointArray.SetPoints Method
QPointArray.ShortPoints(int, int) Method
QPointArray.ShortPoints() Method
QPointArray.ShortPoints(int) Method
QPointArray.Translate Method


QPointArray() Constructor

public void QPointArray();

See Also

Qt.QPointArray Class, Qt Namespace

QPointArray(Qt.QRect, bool) Constructor

public void QPointArray(Qt.QRect r, bool closed);

See Also

Qt.QPointArray Class, Qt Namespace

QPointArray(int, short) Constructor

public void QPointArray(int nPoints, short points);

See Also

Qt.QPointArray Class, Qt Namespace

QPointArray(Qt.QRect) Constructor

public void QPointArray(Qt.QRect r);

See Also

Qt.QPointArray Class, Qt Namespace

QPointArray(void *) Constructor

public void QPointArray(void * ptr);

See Also

Qt.QPointArray Class, Qt Namespace

QPointArray.BoundingRect Method

public Qt.QRect BoundingRect();

See Also

Qt.QPointArray Class, Qt Namespace

QPointArray.CleanBuffers Method

public static void CleanBuffers();

See Also

Qt.QPointArray Class, Qt Namespace

QPointArray.Copy Method

public Qt.QPointArray Copy();

See Also

Qt.QPointArray Class, Qt Namespace

QPointArray.CubicBezier Method

public Qt.QPointArray CubicBezier();

See Also

Qt.QPointArray Class, Qt Namespace

QPointArray.Finalize Method

protected override void Finalize();

See Also

Qt.QPointArray Class, Qt Namespace

QPointArray.MakeArc(int, int, int, int, int, int) Method

public void MakeArc(int x, int y, int w, int h, int a1, int a2);

See Also

Qt.QPointArray Class, Qt Namespace

QPointArray.MakeArc(int, int, int, int, int, int, Qt.QWMatrix) Method

public void MakeArc(int x, int y, int w, int h, int a1, int a2, Qt.QWMatrix arg1);

See Also

Qt.QPointArray Class, Qt Namespace

QPointArray.MakeEllipse Method

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

See Also

Qt.QPointArray Class, Qt Namespace

QPointArray.Point(uint, int[], int[]) Method

public void Point(uint i, int[] x, int[] y);

See Also

Qt.QPointArray Class, Qt Namespace

QPointArray.Point(uint) Method

public Qt.QPoint Point(uint i);

See Also

Qt.QPointArray Class, Qt Namespace

QPointArray.PutPoints(int, int, short) Method

public bool PutPoints(int index, int nPoints, short points);

See Also

Qt.QPointArray Class, Qt Namespace

QPointArray.PutPoints(int, int, Qt.QPointArray, int) Method

public bool PutPoints(int index, int nPoints, Qt.QPointArray from, int fromIndex);

See Also

Qt.QPointArray Class, Qt Namespace

QPointArray.PutPoints(int, int, Qt.QPointArray) Method

public bool PutPoints(int index, int nPoints, Qt.QPointArray from);

See Also

Qt.QPointArray Class, Qt Namespace

QPointArray.SetPoint(uint, int, int) Method

public void SetPoint(uint i, int x, int y);

See Also

Qt.QPointArray Class, Qt Namespace

QPointArray.SetPoint(uint, Qt.QPoint) Method

public void SetPoint(uint i, Qt.QPoint p);

See Also

Qt.QPointArray Class, Qt Namespace

QPointArray.SetPoints Method

public bool SetPoints(int nPoints, short points);

See Also

Qt.QPointArray Class, Qt Namespace

QPointArray.ShortPoints(int, int) Method

public int[] ShortPoints(int index, int nPoints);

See Also

Qt.QPointArray Class, Qt Namespace

QPointArray.ShortPoints() Method

public int[] ShortPoints();

See Also

Qt.QPointArray Class, Qt Namespace

QPointArray.ShortPoints(int) Method

public int[] ShortPoints(int index);

See Also

Qt.QPointArray Class, Qt Namespace

QPointArray.Translate Method

public void Translate(int dx, int dy);

See Also

Qt.QPointArray Class, Qt Namespace