Example #1
0
 public OrdInt32Image(OrdInt32Image image) : this(VisionLabPINVOKE.new_OrdInt32Image__SWIG_3(OrdInt32Image.getCPtr(image)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public virtual void Resize(HeightWidth hw, OrdInt32Image properties)
 {
     VisionLabPINVOKE.OrdInt32Image_Resize__SWIG_1(swigCPtr, HeightWidth.getCPtr(hw), OrdInt32Image.getCPtr(properties));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #3
0
 internal static HandleRef getCPtr(OrdInt32Image obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }