Qyoto.QPixmap.Load C# (CSharp) Method

Load() public method

public Load ( string fileName, string format, uint flags ) : bool
fileName string
format string
flags uint
return bool
        public bool Load(string fileName, string format, uint flags)
        {
            return (bool) interceptor.Invoke("load$$$", "load(const QString&, const char*, Qt::ImageConversionFlags)", typeof(bool), typeof(string), fileName, typeof(string), format, typeof(uint), flags);
        }

Same methods

QPixmap::Load ( string fileName ) : bool
QPixmap::Load ( string fileName, string format ) : bool