Qyoto.QPixmap.QPixmap C# (CSharp) Method

QPixmap() public method

public QPixmap ( int w, int h ) : System
w int
h int
return System
        public QPixmap(int w, int h)
            : this((Type) null)
        {
            CreateProxy();
            interceptor.Invoke("QPixmap$$", "QPixmap(int, int)", typeof(void), typeof(int), w, typeof(int), h);
        }

Same methods

QPixmap::QPixmap ( ) : System
QPixmap::QPixmap ( QPixmap arg1 ) : System
QPixmap::QPixmap ( Qyoto.QSize arg1 ) : System
QPixmap::QPixmap ( Type dummy ) : System
QPixmap::QPixmap ( string fileName ) : System
QPixmap::QPixmap ( string fileName, string format ) : System
QPixmap::QPixmap ( string fileName, string format, uint flags ) : System