コード例 #1
0
 public __OrdByteImage(__OrdByteImage image) : this(VisionLabPINVOKE.new___OrdByteImage__SWIG_3(__OrdByteImage.getCPtr(image)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 public virtual void Resize(HeightWidth hw, __OrdByteImage properties)
 {
     VisionLabPINVOKE.__OrdByteImage_Resize__SWIG_1(swigCPtr, HeightWidth.getCPtr(hw), __OrdByteImage.getCPtr(properties));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #3
0
 internal static HandleRef getCPtr(__OrdByteImage obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
コード例 #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(__OrdByteImage obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
コード例 #5
0
 public virtual void Resize(HeightWidth hw, __OrdByteImage properties) {
   VisionLabPINVOKE.__OrdByteImage_Resize__SWIG_1(swigCPtr, HeightWidth.getCPtr(hw), __OrdByteImage.getCPtr(properties));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #6
0
 public __OrdByteImage(__OrdByteImage image) : this(VisionLabPINVOKE.new___OrdByteImage__SWIG_3(__OrdByteImage.getCPtr(image)), true) {
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
コード例 #7
0
 internal static HandleRef getCPtr(__OrdByteImage obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }