상속: Object, IDisposable
 public void SetMatrix(QMatrix matrix)
 {
     applet.SetMatrix(matrix);
 }
예제 #2
0
 public void SetMatrix(QMatrix matrix, bool combine)
 {
     interceptor.Invoke("setMatrix#$", "setMatrix(const QMatrix&, bool)", typeof(void), typeof(QMatrix), matrix, typeof(bool), combine);
 }
예제 #3
0
파일: Qt.cs 프로젝트: 0xd34df00d/Qross
 public static bool QFuzzyCompare(QMatrix m1, QMatrix m2)
 {
     return (bool) staticInterceptor.Invoke("qFuzzyCompare##", "qFuzzyCompare(const QMatrix&, const QMatrix&)", typeof(bool), typeof(QMatrix), m1, typeof(QMatrix), m2);
 }
예제 #4
0
파일: QBitmap.cs 프로젝트: KDE/qyoto
 public new QBitmap Transformed(QMatrix arg1)
 {
     return (QBitmap) interceptor.Invoke("transformed#", "transformed(const QMatrix&) const", typeof(QBitmap), typeof(QMatrix), arg1);
 }
예제 #5
0
파일: Qt.cs 프로젝트: KDE/qyoto
 public static QDataStream Read(QDataStream arg1, QMatrix arg2)
 {
     return (QDataStream) staticInterceptor.Invoke("operator>>##", "operator>>(QDataStream&, QMatrix&)", typeof(QDataStream), typeof(QDataStream), arg1, typeof(QMatrix), arg2);
 }
예제 #6
0
파일: QImage.cs 프로젝트: 0xd34df00d/Qross
 public QImage Transformed(QMatrix matrix, Qt.TransformationMode mode)
 {
     return (QImage) interceptor.Invoke("transformed#$", "transformed(const QMatrix&, Qt::TransformationMode) const", typeof(QImage), typeof(QMatrix), matrix, typeof(Qt.TransformationMode), mode);
 }
예제 #7
0
 public List <QPolygonF> ToFillPolygons(QMatrix matrix)
 {
     return((List <QPolygonF>)interceptor.Invoke("toFillPolygons#", "toFillPolygons(const QMatrix&) const", typeof(List <QPolygonF>), typeof(QMatrix), matrix));
 }
예제 #8
0
 public QTransform(QMatrix mtx)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QTransform#", "QTransform(const QMatrix&)", typeof(void), typeof(QMatrix), mtx);
 }
예제 #9
0
파일: QMatrix.cs 프로젝트: micro-chen/qyoto
 public QMatrix(QMatrix matrix) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QMatrix#", "QMatrix(const QMatrix&)", typeof(void), typeof(QMatrix), matrix);
 }
예제 #10
0
 public void SetMatrix(QMatrix matrix, bool combine)
 {
     interceptor.Invoke("setMatrix#$", "setMatrix(const QMatrix&, bool)", typeof(void), typeof(QMatrix), matrix, typeof(bool), combine);
 }
예제 #11
0
파일: QPixmap.cs 프로젝트: 0xd34df00d/Qross
 public QPixmap Transformed(QMatrix arg1, Qt.TransformationMode mode)
 {
     return (QPixmap) interceptor.Invoke("transformed#$", "transformed(const QMatrix&, Qt::TransformationMode) const", typeof(QPixmap), typeof(QMatrix), arg1, typeof(Qt.TransformationMode), mode);
 }
예제 #12
0
파일: cannonfield.cs 프로젝트: KDE/qyoto
 private bool BarrelHit(QPoint pos)
 {
     QMatrix matrix = new QMatrix();
     matrix.Translate(0, Height());
     matrix.Rotate(-currentAngle);
     matrix = matrix.Inverted();
     return barrelRect.Contains(matrix.Map(pos));
 }
예제 #13
0
파일: QPainterPath.cs 프로젝트: KDE/qyoto
 public List<QPolygonF> ToSubpathPolygons(QMatrix matrix)
 {
     return (List<QPolygonF>) interceptor.Invoke("toSubpathPolygons#", "toSubpathPolygons(const QMatrix&) const", typeof(List<QPolygonF>), typeof(QMatrix), matrix);
 }
예제 #14
0
파일: QPainterPath.cs 프로젝트: KDE/qyoto
 public QPolygonF ToFillPolygon(QMatrix matrix)
 {
     return (QPolygonF) interceptor.Invoke("toFillPolygon#", "toFillPolygon(const QMatrix&) const", typeof(QPolygonF), typeof(QMatrix), matrix);
 }
 public void SetMatrix(QMatrix matrix, bool combine)
 {
     applet.SetMatrix(matrix, combine);
 }
예제 #16
0
파일: QBrush.cs 프로젝트: micro-chen/qyoto
 public void SetMatrix(QMatrix mat)
 {
     interceptor.Invoke("setMatrix#", "setMatrix(const QMatrix&)", typeof(void), typeof(QMatrix), mat);
 }
예제 #17
0
파일: QImage.cs 프로젝트: 0xd34df00d/Qross
 public static QMatrix TrueMatrix(QMatrix arg1, int w, int h)
 {
     return (QMatrix) staticInterceptor.Invoke("trueMatrix#$$", "trueMatrix(const QMatrix&, int, int)", typeof(QMatrix), typeof(QMatrix), arg1, typeof(int), w, typeof(int), h);
 }
예제 #18
0
파일: QPixmap.cs 프로젝트: micro-chen/qyoto
 public QPixmap Transformed(QMatrix arg1, Qt.TransformationMode mode)
 {
     return((QPixmap)interceptor.Invoke("transformed#$", "transformed(const QMatrix&, Qt::TransformationMode) const", typeof(QPixmap), typeof(QMatrix), arg1, typeof(Qt.TransformationMode), mode));
 }
예제 #19
0
파일: QImage.cs 프로젝트: 0xd34df00d/Qross
 public QImage Transformed(QMatrix matrix)
 {
     return (QImage) interceptor.Invoke("transformed#", "transformed(const QMatrix&) const", typeof(QImage), typeof(QMatrix), matrix);
 }
예제 #20
0
파일: QPixmap.cs 프로젝트: micro-chen/qyoto
 public QPixmap Transformed(QMatrix arg1)
 {
     return((QPixmap)interceptor.Invoke("transformed#", "transformed(const QMatrix&) const", typeof(QPixmap), typeof(QMatrix), arg1));
 }
예제 #21
0
 public QPolygonF ToFillPolygon(QMatrix matrix)
 {
     return((QPolygonF)interceptor.Invoke("toFillPolygon#", "toFillPolygon(const QMatrix&) const", typeof(QPolygonF), typeof(QMatrix), matrix));
 }
예제 #22
0
 public QImage Transformed(QMatrix matrix, Qt.TransformationMode mode)
 {
     return((QImage)interceptor.Invoke("transformed#$", "transformed(const QMatrix&, Qt::TransformationMode) const", typeof(QImage), typeof(QMatrix), matrix, typeof(Qt.TransformationMode), mode));
 }
예제 #23
0
 public QMatrix4x4(QMatrix matrix)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QMatrix4x4#", "QMatrix4x4(const QMatrix&)", typeof(void), typeof(QMatrix), matrix);
 }
예제 #24
0
 public QImage Transformed(QMatrix matrix)
 {
     return((QImage)interceptor.Invoke("transformed#", "transformed(const QMatrix&) const", typeof(QImage), typeof(QMatrix), matrix));
 }
예제 #25
0
파일: Qt.cs 프로젝트: KDE/qyoto
 public static QDataStream Write(QDataStream arg1, QMatrix arg2)
 {
     return (QDataStream) staticInterceptor.Invoke("operator<<##", "operator<<(QDataStream&, const QMatrix&)", typeof(QDataStream), typeof(QDataStream), arg1, typeof(QMatrix), arg2);
 }
예제 #26
0
 public static QMatrix TrueMatrix(QMatrix arg1, int w, int h)
 {
     return((QMatrix)staticInterceptor.Invoke("trueMatrix#$$", "trueMatrix(const QMatrix&, int, int)", typeof(QMatrix), typeof(QMatrix), arg1, typeof(int), w, typeof(int), h));
 }
예제 #27
0
 public void SetMatrix(QMatrix matrix)
 {
     interceptor.Invoke("setMatrix#", "setMatrix(const QMatrix&)", typeof(void), typeof(QMatrix), matrix);
 }
예제 #28
0
 public QTransform(QMatrix mtx) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QTransform#", "QTransform(const QMatrix&)", typeof(void), typeof(QMatrix), mtx);
 }