Qyoto.QWidget.ContentsRect C# (CSharp) Method

ContentsRect() public method

public ContentsRect ( ) : Qyoto.QRect
return Qyoto.QRect
        public QRect ContentsRect()
        {
            return (QRect) interceptor.Invoke("contentsRect", "contentsRect() const", typeof(QRect));
        }
QWidget