public class QWMatrix: QtSupport, System.IDisposable
System.Object
QtSupport
QWMatrixThis type implements System.IDisposable.
Qt Namespace
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
public void QWMatrix();
Qt.QWMatrix Class, Qt Namespace
public void QWMatrix(double m11, double m12, double m21, double m22, double dx, double dy);
Qt.QWMatrix Class, Qt Namespace
public void QWMatrix(void * ptr);
Qt.QWMatrix Class, Qt Namespace
public double Dx();
Qt.QWMatrix Class, Qt Namespace
public double Dy();
Qt.QWMatrix Class, Qt Namespace
protected override void Finalize();
Qt.QWMatrix Class, Qt Namespace
public Qt.QWMatrix Invert(bool arg1);
Qt.QWMatrix Class, Qt Namespace
public Qt.QWMatrix Invert();
Qt.QWMatrix Class, Qt Namespace
public bool IsIdentity();
Qt.QWMatrix Class, Qt Namespace
public bool IsInvertible();
Qt.QWMatrix Class, Qt Namespace
public double M11();
Qt.QWMatrix Class, Qt Namespace
public double M12();
Qt.QWMatrix Class, Qt Namespace
public double M21();
Qt.QWMatrix Class, Qt Namespace
public double M22();
Qt.QWMatrix Class, Qt Namespace
public void Map(int x, int y, int[] tx, int[] ty);
Qt.QWMatrix Class, Qt Namespace
public void Map(double x, double y, double[] tx, double[] ty);
Qt.QWMatrix Class, Qt Namespace
public Qt.QPoint Map(Qt.QPoint p);
Qt.QWMatrix Class, Qt Namespace
public Qt.QRect Map(Qt.QRect r);
Qt.QWMatrix Class, Qt Namespace
public Qt.QPointArray Map(Qt.QPointArray a);
Qt.QWMatrix Class, Qt Namespace
public Qt.QRect MapRect(Qt.QRect arg1);
Qt.QWMatrix Class, Qt Namespace
public void Reset();
Qt.QWMatrix Class, Qt Namespace
public Qt.QWMatrix Rotate(double a);
Qt.QWMatrix Class, Qt Namespace
public Qt.QWMatrix Scale(double sx, double sy);
Qt.QWMatrix Class, Qt Namespace
public void SetMatrix(double m11, double m12, double m21, double m22, double dx, double dy);
Qt.QWMatrix Class, Qt Namespace
public Qt.QWMatrix Shear(double sh, double sv);
Qt.QWMatrix Class, Qt Namespace
public Qt.QWMatrix Translate(double dx, double dy);
Qt.QWMatrix Class, Qt Namespace