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