Qyoto.QWidget.MapFrom C# (CSharp) Method

MapFrom() public method

public MapFrom ( QWidget arg1, Qyoto.QPoint arg2 ) : Qyoto.QPoint
arg1 QWidget
arg2 Qyoto.QPoint
return Qyoto.QPoint
        public QPoint MapFrom(QWidget arg1, QPoint arg2)
        {
            return (QPoint) interceptor.Invoke("mapFrom##", "mapFrom(QWidget*, const QPoint&) const", typeof(QPoint), typeof(QWidget), arg1, typeof(QPoint), arg2);
        }
QWidget