예제 #1
0
 public void SetRange(int index, VectorPoint2Di values)
 {
     PapillonPINVOKE.VectorPoint2Di_SetRange(swigCPtr, index, VectorPoint2Di.getCPtr(values));
     if (PapillonPINVOKE.SWIGPendingException.Pending)
     {
         throw PapillonPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
 public PPolygoni(VectorPoint2Di points) : this(PapillonPINVOKE.new_PPolygoni__SWIG_0(VectorPoint2Di.getCPtr(points)), true) {
   if (PapillonPINVOKE.SWIGPendingException.Pending) throw PapillonPINVOKE.SWIGPendingException.Retrieve();
 }
예제 #3
0
 public VectorPoint2Di(VectorPoint2Di other) : this(PapillonPINVOKE.new_VectorPoint2Di__SWIG_1(VectorPoint2Di.getCPtr(other)), true)
 {
     if (PapillonPINVOKE.SWIGPendingException.Pending)
     {
         throw PapillonPINVOKE.SWIGPendingException.Retrieve();
     }
 }