Exemple #1
0
 public void SetRange(int index, GestureCollection values)
 {
     EfficioRuntimePINVOKE.GestureCollection_SetRange(swigCPtr, index, GestureCollection.getCPtr(values));
     if (EfficioRuntimePINVOKE.SWIGPendingException.Pending)
     {
         throw EfficioRuntimePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
 public GestureCollection(GestureCollection other) : this(EfficioRuntimePINVOKE.new_GestureCollection__SWIG_1(GestureCollection.getCPtr(other)), true)
 {
     if (EfficioRuntimePINVOKE.SWIGPendingException.Pending)
     {
         throw EfficioRuntimePINVOKE.SWIGPendingException.Retrieve();
     }
 }