Ejemplo n.º 1
0
 public __OrdDoubleImage(__OrdDoubleImage image) : this(VisionLabPINVOKE.new___OrdDoubleImage__SWIG_3(__OrdDoubleImage.getCPtr(image)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 public virtual void Resize(HeightWidth hw, __OrdDoubleImage properties)
 {
     VisionLabPINVOKE.__OrdDoubleImage_Resize__SWIG_1(swigCPtr, HeightWidth.getCPtr(hw), __OrdDoubleImage.getCPtr(properties));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 3
0
 internal static HandleRef getCPtr(__OrdDoubleImage obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(__OrdDoubleImage obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
 public virtual void Resize(HeightWidth hw, __OrdDoubleImage properties) {
   VisionLabPINVOKE.__OrdDoubleImage_Resize__SWIG_1(swigCPtr, HeightWidth.getCPtr(hw), __OrdDoubleImage.getCPtr(properties));
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 public __OrdDoubleImage(__OrdDoubleImage image) : this(VisionLabPINVOKE.new___OrdDoubleImage__SWIG_3(__OrdDoubleImage.getCPtr(image)), true) {
   if (VisionLabPINVOKE.SWIGPendingException.Pending) throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
 }
 internal static HandleRef getCPtr(__OrdDoubleImage obj) {
   return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }