Qyoto.QWidget.RestoreGeometry C# (CSharp) Méthode

RestoreGeometry() public méthode

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