예제 #1
0
 public void AddRange(CSVectorRect values)
 {
     CocoStudioEngineAdapterPINVOKE.CSVectorRect_AddRange(this.swigCPtr, CSVectorRect.getCPtr(values));
     if (CocoStudioEngineAdapterPINVOKE.SWIGPendingException.Pending)
     {
         throw CocoStudioEngineAdapterPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
 public CSVectorRect(CSVectorRect other)
     : this(CocoStudioEngineAdapterPINVOKE.new_CSVectorRect__SWIG_1(CSVectorRect.getCPtr(other)), true)
 {
     if (CocoStudioEngineAdapterPINVOKE.SWIGPendingException.Pending)
     {
         throw CocoStudioEngineAdapterPINVOKE.SWIGPendingException.Retrieve();
     }
 }