Example #1
0
 /// <summary>
 /// [Draft] Creates a FlexLayout object.
 /// </summary>
 public FlexLayout() : this(LayoutPINVOKE.FlexLayout_New(), true)
 {
     if (NDalicPINVOKE.SWIGPendingException.Pending)
     {
         throw NDalicPINVOKE.SWIGPendingException.Retrieve();
     }
 }