public OrdInt16Image(OrdInt16Image image) : this(VisionLabPINVOKE.new_OrdInt16Image__SWIG_3(OrdInt16Image.getCPtr(image)), true) { if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } }
public virtual void Resize(HeightWidth hw, OrdInt16Image properties) { VisionLabPINVOKE.OrdInt16Image_Resize__SWIG_1(swigCPtr, HeightWidth.getCPtr(hw), OrdInt16Image.getCPtr(properties)); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } }
internal static HandleRef getCPtr(OrdInt16Image obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }