public __OrdInt16Image(__OrdInt16Image image) : this(VisionLabPINVOKE.new___OrdInt16Image__SWIG_3(__OrdInt16Image.getCPtr(image)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public virtual void Resize(HeightWidth hw, __OrdInt16Image properties)
 {
     VisionLabPINVOKE.__OrdInt16Image_Resize__SWIG_1(swigCPtr, HeightWidth.getCPtr(hw), __OrdInt16Image.getCPtr(properties));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(__OrdInt16Image obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Beispiel #4
0
 internal static HandleRef getCPtr(__OrdInt16Image obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 public virtual void Resize(HeightWidth hw, __OrdInt16Image properties) {
   VisionLabPINVOKE.__OrdInt16Image_Resize__SWIG_1(swigCPtr, HeightWidth.getCPtr(hw), __OrdInt16Image.getCPtr(properties));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public __OrdInt16Image(__OrdInt16Image image) : this(VisionLabPINVOKE.new___OrdInt16Image__SWIG_3(__OrdInt16Image.getCPtr(image)), true) {
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(__OrdInt16Image obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }