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

GraphicsProxyWidget() public méthode

public GraphicsProxyWidget ( ) : Qyoto.QGraphicsProxyWidget
Résultat Qyoto.QGraphicsProxyWidget
        public QGraphicsProxyWidget GraphicsProxyWidget()
        {
            return (QGraphicsProxyWidget) interceptor.Invoke("graphicsProxyWidget", "graphicsProxyWidget() const", typeof(QGraphicsProxyWidget));
        }
QWidget