public OrdInt16Image(NumInt16Image image) : this(VisionLabPINVOKE.new_OrdInt16Image__SWIG_4(NumInt16Image.getCPtr(image)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public virtual void Resize(HeightWidth hw, NumInt16Image properties)
 {
     VisionLabPINVOKE.NumInt16Image_Resize__SWIG_1(swigCPtr, HeightWidth.getCPtr(hw), NumInt16Image.getCPtr(properties));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
    public bool Not(NumInt16Image image)
    {
        bool ret = VisionLabPINVOKE.NumInt16Image_Not(swigCPtr, NumInt16Image.getCPtr(image));

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
    public NumInt16Image Assign_Op(short pixel)
    {
        NumInt16Image ret = new NumInt16Image(VisionLabPINVOKE.NumInt16Image_Assign_Op__SWIG_1(swigCPtr, pixel), false);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
    public NumInt16Image Assign_Op(NumInt16Image image)
    {
        NumInt16Image ret = new NumInt16Image(VisionLabPINVOKE.NumInt16Image_Assign_Op__SWIG_0(swigCPtr, NumInt16Image.getCPtr(image)), false);

        if (VisionLabPINVOKE.SWIGPendingException.Pending)
        {
            throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
 internal static HandleRef getCPtr(NumInt16Image obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }