public void blit(HardwarePixelBufferPtr src)
 {
     OgrePINVOKE.HardwarePixelBufferPtr_blit__SWIG_1(swigCPtr, HardwarePixelBufferPtr.getCPtr(src));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void blit(HardwarePixelBufferPtr src, Box srcBox, Box dstBox)
 {
     OgrePINVOKE.HardwarePixelBufferPtr_blit__SWIG_0(swigCPtr, HardwarePixelBufferPtr.getCPtr(src), Box.getCPtr(srcBox), Box.getCPtr(dstBox));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public HardwarePixelBufferPtr(HardwarePixelBufferPtr r) : this(OgrePINVOKE.new_HardwarePixelBufferPtr__SWIG_2(HardwarePixelBufferPtr.getCPtr(r)), true)
 {
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }