public OrdByteImage(OrdByteImage image) : this(VisionLabPINVOKE.new_OrdByteImage__SWIG_3(OrdByteImage.getCPtr(image)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 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();
     }
 }
 internal static HandleRef getCPtr(OrdByteImage obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }