Qyoto.QPixmap.GrabWidget C# (CSharp) Method

GrabWidget() public static method

public static GrabWidget ( QWidget widget ) : QPixmap
widget QWidget
return QPixmap
        public static QPixmap GrabWidget(QWidget widget)
        {
            return (QPixmap) staticInterceptor.Invoke("grabWidget#", "grabWidget(QWidget*)", typeof(QPixmap), typeof(QWidget), widget);
        }

Same methods

QPixmap::GrabWidget ( QWidget widget, Qyoto.QRect rect ) : QPixmap
QPixmap::GrabWidget ( QWidget widget, int x ) : QPixmap
QPixmap::GrabWidget ( QWidget widget, int x, int y ) : QPixmap
QPixmap::GrabWidget ( QWidget widget, int x, int y, int w ) : QPixmap
QPixmap::GrabWidget ( QWidget widget, int x, int y, int w, int h ) : QPixmap