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(); } }
public OrdByteImage(OrdByteImage image) : this(VisionLabPINVOKE.new_OrdByteImage__SWIG_3(OrdByteImage.getCPtr(image)), true) { if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } }