Esempio 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();
     }
 }
Esempio 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();
     }
 }
Esempio n. 3
0
 internal static HandleRef getCPtr(OrdDoubleImage obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }