Qyoto.QGraphicsLayout.AddChildLayoutItem C# (CSharp) Method

AddChildLayoutItem() protected method

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