Beispiel #1
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();
     }
 }
Beispiel #2
0
 public OrdInt32Image(OrdInt32Image image) : this(VisionLabPINVOKE.new_OrdInt32Image__SWIG_3(OrdInt32Image.getCPtr(image)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }