Esempio n. 1
0
 /// <summary>
 /// [Draft] Creates a AbsoluteLayout object.
 /// </summary>
 public AbsoluteLayout() : this(LayoutPINVOKE.AbsoluteLayout_New(), true)
 {
     if (NDalicPINVOKE.SWIGPendingException.Pending)
     {
         throw NDalicPINVOKE.SWIGPendingException.Retrieve();
     }
 }