public __OrdFloatImage(__OrdFloatImage image) : this(VisionLabPINVOKE.new___OrdFloatImage__SWIG_3(__OrdFloatImage.getCPtr(image)), true) { if (VisionLabPINVOKE.SWIGPendingException.Pending) { throw VisionLabPINVOKE.SWIGPendingException.Retrieve(); } }
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 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(); }
internal static HandleRef getCPtr(__OrdFloatImage obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(__OrdFloatImage obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }
internal static HandleRef getCPtr(__OrdFloatImage obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }