Qyoto.QTransform.Map C# (CSharp) 메소드

Map() 공개 메소드

public Map ( QLine l ) : QLine
l QLine
리턴 QLine
        public QLine Map(QLine l)
        {
            return (QLine) interceptor.Invoke("map#", "map(const QLine&) const", typeof(QLine), typeof(QLine), l);
        }

Same methods

QTransform::Map ( QLineF l ) : QLineF
QTransform::Map ( QPainterPath p ) : QPainterPath
QTransform::Map ( Qyoto.QPoint p ) : Qyoto.QPoint
QTransform::Map ( QPointF p ) : QPointF
QTransform::Map ( Qyoto.QPolygon a ) : Qyoto.QPolygon
QTransform::Map ( QPolygonF a ) : QPolygonF
QTransform::Map ( QRegion r ) : QRegion
QTransform::Map ( double x, double y, double &tx, double &ty ) : void
QTransform::Map ( int x, int y, int &tx, int &ty ) : void