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