Qyoto.QPixmap.Load C# (CSharp) Method

Load() public method

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

Same methods

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