Beispiel #1
0
 public void Swap(FloatRectangle2Array other)
 {
     OpenPosePINVOKE.FloatRectangle2Array_Swap(swigCPtr, FloatRectangle2Array.getCPtr(other));
     if (OpenPosePINVOKE.SWIGPendingException.Pending)
     {
         throw OpenPosePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 public FloatRectangle2Array(FloatRectangle2Array other) : this(OpenPosePINVOKE.new_FloatRectangle2Array__SWIG_1(FloatRectangle2Array.getCPtr(other)), true)
 {
     if (OpenPosePINVOKE.SWIGPendingException.Pending)
     {
         throw OpenPosePINVOKE.SWIGPendingException.Retrieve();
     }
 }