Beispiel #1
0
 public FloatRectangle2Array(FloatRectangle2Array other) : this(OpenPosePINVOKE.new_FloatRectangle2Array__SWIG_1(FloatRectangle2Array.getCPtr(other)), true)
 {
     if (OpenPosePINVOKE.SWIGPendingException.Pending)
     {
         throw OpenPosePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 public FloatRectangle2ArrayEnumerator(FloatRectangle2Array collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Beispiel #3
0
 public void Swap(FloatRectangle2Array other)
 {
     OpenPosePINVOKE.FloatRectangle2Array_Swap(swigCPtr, FloatRectangle2Array.getCPtr(other));
     if (OpenPosePINVOKE.SWIGPendingException.Pending)
     {
         throw OpenPosePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FloatRectangle2Array obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }