Qyoto.QWidget.RestoreGeometry C# (CSharp) Method

RestoreGeometry() public method

public RestoreGeometry ( Qyoto.QByteArray geometry ) : bool
geometry Qyoto.QByteArray
return bool
        public bool RestoreGeometry(QByteArray geometry)
        {
            return (bool) interceptor.Invoke("restoreGeometry#", "restoreGeometry(const QByteArray&)", typeof(bool), typeof(QByteArray), geometry);
        }
QWidget