Qyoto.QWidget.MapFromGlobal C# (CSharp) Method

MapFromGlobal() public method

public MapFromGlobal ( Qyoto.QPoint arg1 ) : Qyoto.QPoint
arg1 Qyoto.QPoint
return Qyoto.QPoint
        public QPoint MapFromGlobal(QPoint arg1)
        {
            return (QPoint) interceptor.Invoke("mapFromGlobal#", "mapFromGlobal(const QPoint&) const", typeof(QPoint), typeof(QPoint), arg1);
        }
QWidget