Beispiel #1
0
        /// <summary>
        /// [draft] Assignment of a Gridlayout to another GridLayout />
        /// </summary>
        /// <param name="other">Assign the given Grid object to another Grid object.</param>
        /// <returns>The newly assigned Grid object.</returns>
        internal GridLayout Assign(GridLayout other)
        {
            GridLayout ret = new GridLayout(LayoutPINVOKE.GridLayout_Assign(swigCPtr, GridLayout.getCPtr(other)), false);

            if (NDalicPINVOKE.SWIGPendingException.Pending)
            {
                throw NDalicPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }