Qyoto.QGraphicsLayout.AddChildLayoutItem C# (CSharp) 메소드

AddChildLayoutItem() 보호된 메소드

protected AddChildLayoutItem ( IQGraphicsLayoutItem layoutItem ) : void
layoutItem IQGraphicsLayoutItem
리턴 void
        protected void AddChildLayoutItem(IQGraphicsLayoutItem layoutItem)
        {
            interceptor.Invoke("addChildLayoutItem#", "addChildLayoutItem(QGraphicsLayoutItem*)", typeof(void), typeof(IQGraphicsLayoutItem), layoutItem);
        }