Exemplo n.º 1
0
 public OrdInt8Pixel(OrdInt8Pixel image) : this(VisionLabPINVOKE.new_OrdInt8Pixel__SWIG_3(OrdInt8Pixel.getCPtr(image)), true)
 {
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public virtual void Resize(HeightWidth hw, OrdInt8Pixel properties)
 {
     VisionLabPINVOKE.OrdInt8Pixel_Resize__SWIG_1(swigCPtr, HeightWidth.getCPtr(hw), OrdInt8Pixel.getCPtr(properties));
     if (VisionLabPINVOKE.SWIGPendingException.Pending)
     {
         throw VisionLabPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 3
0
 internal static HandleRef getCPtr(OrdInt8Pixel obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }