コード例 #1
0
ファイル: VectorImage.cs プロジェクト: videoai/papillon-swig
 public void SetRange(int index, VectorImage values)
 {
     PapillonPINVOKE.VectorImage_SetRange(swigCPtr, index, VectorImage.getCPtr(values));
     if (PapillonPINVOKE.SWIGPendingException.Pending)
     {
         throw PapillonPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
ファイル: VectorImage.cs プロジェクト: videoai/papillon-swig
 public VectorImage(VectorImage other) : this(PapillonPINVOKE.new_VectorImage__SWIG_1(VectorImage.getCPtr(other)), true)
 {
     if (PapillonPINVOKE.SWIGPendingException.Pending)
     {
         throw PapillonPINVOKE.SWIGPendingException.Retrieve();
     }
 }