Qt.QWMatrix Class

public class QWMatrix: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QWMatrix

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QWMatrix Constructors

QWMatrix() Constructor
QWMatrix(double, double, double, double, double, double) Constructor
QWMatrix(void *) Constructor

QWMatrix Methods

QWMatrix.Dx Method
QWMatrix.Dy Method
QWMatrix.Finalize Method
QWMatrix.Invert(bool) Method
QWMatrix.Invert() Method
QWMatrix.IsIdentity Method
QWMatrix.IsInvertible Method
QWMatrix.M11 Method
QWMatrix.M12 Method
QWMatrix.M21 Method
QWMatrix.M22 Method
QWMatrix.Map(int, int, int[], int[]) Method
QWMatrix.Map(double, double, double[], double[]) Method
QWMatrix.Map(Qt.QPoint) Method
QWMatrix.Map(Qt.QRect) Method
QWMatrix.Map(Qt.QPointArray) Method
QWMatrix.MapRect Method
QWMatrix.Reset Method
QWMatrix.Rotate Method
QWMatrix.Scale Method
QWMatrix.SetMatrix Method
QWMatrix.Shear Method
QWMatrix.Translate Method


QWMatrix() Constructor

public void QWMatrix();

See Also

Qt.QWMatrix Class, Qt Namespace

QWMatrix(double, double, double, double, double, double) Constructor

public void QWMatrix(double m11, double m12, double m21, double m22, double dx, double dy);

See Also

Qt.QWMatrix Class, Qt Namespace

QWMatrix(void *) Constructor

public void QWMatrix(void * ptr);

See Also

Qt.QWMatrix Class, Qt Namespace

QWMatrix.Dx Method

public double Dx();

See Also

Qt.QWMatrix Class, Qt Namespace

QWMatrix.Dy Method

public double Dy();

See Also

Qt.QWMatrix Class, Qt Namespace

QWMatrix.Finalize Method

protected override void Finalize();

See Also

Qt.QWMatrix Class, Qt Namespace

QWMatrix.Invert(bool) Method

public Qt.QWMatrix Invert(bool arg1);

See Also

Qt.QWMatrix Class, Qt Namespace

QWMatrix.Invert() Method

public Qt.QWMatrix Invert();

See Also

Qt.QWMatrix Class, Qt Namespace

QWMatrix.IsIdentity Method

public bool IsIdentity();

See Also

Qt.QWMatrix Class, Qt Namespace

QWMatrix.IsInvertible Method

public bool IsInvertible();

See Also

Qt.QWMatrix Class, Qt Namespace

QWMatrix.M11 Method

public double M11();

See Also

Qt.QWMatrix Class, Qt Namespace

QWMatrix.M12 Method

public double M12();

See Also

Qt.QWMatrix Class, Qt Namespace

QWMatrix.M21 Method

public double M21();

See Also

Qt.QWMatrix Class, Qt Namespace

QWMatrix.M22 Method

public double M22();

See Also

Qt.QWMatrix Class, Qt Namespace

QWMatrix.Map(int, int, int[], int[]) Method

public void Map(int x, int y, int[] tx, int[] ty);

See Also

Qt.QWMatrix Class, Qt Namespace

QWMatrix.Map(double, double, double[], double[]) Method

public void Map(double x, double y, double[] tx, double[] ty);

See Also

Qt.QWMatrix Class, Qt Namespace

QWMatrix.Map(Qt.QPoint) Method

public Qt.QPoint Map(Qt.QPoint p);

See Also

Qt.QWMatrix Class, Qt Namespace

QWMatrix.Map(Qt.QRect) Method

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

See Also

Qt.QWMatrix Class, Qt Namespace

QWMatrix.Map(Qt.QPointArray) Method

public Qt.QPointArray Map(Qt.QPointArray a);

See Also

Qt.QWMatrix Class, Qt Namespace

QWMatrix.MapRect Method

public Qt.QRect MapRect(Qt.QRect arg1);

See Also

Qt.QWMatrix Class, Qt Namespace

QWMatrix.Reset Method

public void Reset();

See Also

Qt.QWMatrix Class, Qt Namespace

QWMatrix.Rotate Method

public Qt.QWMatrix Rotate(double a);

See Also

Qt.QWMatrix Class, Qt Namespace

QWMatrix.Scale Method

public Qt.QWMatrix Scale(double sx, double sy);

See Also

Qt.QWMatrix Class, Qt Namespace

QWMatrix.SetMatrix Method

public void SetMatrix(double m11, double m12, double m21, double m22, double dx, double dy);

See Also

Qt.QWMatrix Class, Qt Namespace

QWMatrix.Shear Method

public Qt.QWMatrix Shear(double sh, double sv);

See Also

Qt.QWMatrix Class, Qt Namespace

QWMatrix.Translate Method

public Qt.QWMatrix Translate(double dx, double dy);

See Also

Qt.QWMatrix Class, Qt Namespace