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