Qyoto.QWidget.GraphicsProxyWidget C# (CSharp) Метод

GraphicsProxyWidget() публичный Метод

public GraphicsProxyWidget ( ) : Qyoto.QGraphicsProxyWidget
Результат Qyoto.QGraphicsProxyWidget
        public QGraphicsProxyWidget GraphicsProxyWidget()
        {
            return (QGraphicsProxyWidget) interceptor.Invoke("graphicsProxyWidget", "graphicsProxyWidget() const", typeof(QGraphicsProxyWidget));
        }
QWidget