Пример #1
0
 internal static HandleRef getCPtr(Resize obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Пример #2
0
 internal static HandleRef getCPtr(Resize obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Пример #3
0
 private void setitem(int index, Resize val)
 {
     colaPINVOKE.ColaResizes_setitem(swigCPtr, index, Resize.getCPtr(val));
     if (colaPINVOKE.SWIGPendingException.Pending) throw colaPINVOKE.SWIGPendingException.Retrieve();
 }
Пример #4
0
 private Resize getitemcopy(int index)
 {
     Resize ret = new Resize(colaPINVOKE.ColaResizes_getitemcopy(swigCPtr, index), true);
     if (colaPINVOKE.SWIGPendingException.Pending) throw colaPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
Пример #5
0
 public void Insert(int index, Resize x)
 {
     colaPINVOKE.ColaResizes_Insert(swigCPtr, index, Resize.getCPtr(x));
     if (colaPINVOKE.SWIGPendingException.Pending) throw colaPINVOKE.SWIGPendingException.Retrieve();
 }
Пример #6
0
 public void Add(Resize x)
 {
     colaPINVOKE.ColaResizes_Add(swigCPtr, Resize.getCPtr(x));
     if (colaPINVOKE.SWIGPendingException.Pending) throw colaPINVOKE.SWIGPendingException.Retrieve();
 }
Пример #7
0
 public static ColaResizes Repeat(Resize value, int count)
 {
     IntPtr cPtr = colaPINVOKE.ColaResizes_Repeat(Resize.getCPtr(value), count);
     ColaResizes ret = (cPtr == IntPtr.Zero) ? null : new ColaResizes(cPtr, true);
     if (colaPINVOKE.SWIGPendingException.Pending) throw colaPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }