Qyoto.QPixmap.Save C# (CSharp) Method

Save() public method

public Save ( Qyoto.QIODevice device ) : bool
device Qyoto.QIODevice
return bool
        public bool Save(QIODevice device)
        {
            return (bool) interceptor.Invoke("save#", "save(QIODevice*) const", typeof(bool), typeof(QIODevice), device);
        }

Same methods

QPixmap::Save ( Qyoto.QIODevice device, string format ) : bool
QPixmap::Save ( Qyoto.QIODevice device, string format, int quality ) : bool
QPixmap::Save ( string fileName ) : bool
QPixmap::Save ( string fileName, string format ) : bool
QPixmap::Save ( string fileName, string format, int quality ) : bool