public virtual void Resize(HeightWidth hw, OrdInt8Pixel properties) { VisionLabPINVOKE.OrdInt8Pixel_Resize__SWIG_1(swigCPtr, HeightWidth.getCPtr(hw), OrdInt8Pixel.getCPtr(properties)); if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } }
public OrdInt8Pixel(OrdInt8Pixel image) : this(VisionLabPINVOKE.new_OrdInt8Pixel__SWIG_3(OrdInt8Pixel.getCPtr(image)), true) { if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } }