Qyoto.QPixmap.Save C# (CSharp) Méthode

Save() public méthode

public Save ( Qyoto.QIODevice device ) : bool
device Qyoto.QIODevice
Résultat 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