Qyoto.QWidget.Depth C# (CSharp) Method

Depth() public method

public Depth ( ) : int
return int
        public int Depth()
        {
            return (int) interceptor.Invoke("depth", "depth() const", typeof(int));
        }
QWidget