| Overload | Description | 
|---|---|
| PaintBuffer(Graphics,Rectangle,Rectangle,Rectangle,Rectangle,Byte[],Int32,Int32,Int32,RasterPaintProperties) | Paints image data from a buffer into a Graphics object. | 
| PaintBuffer(Graphics,Rectangle,Rectangle,Rectangle,Rectangle,IntPtr,Int32,Int32,RasterPaintProperties) | Paints image data from an unmanaged memory buffer into a Graphics object. | 
| PaintBuffer(IntPtr,Rectangle,Rectangle,Rectangle,Rectangle,Byte[],Int32,Int32,Int32,RasterPaintProperties) | Paints image data from a buffer into a Windows device context handle. | 
| PaintBuffer(IntPtr,Rectangle,Rectangle,Rectangle,Rectangle,IntPtr,Int32,Int32,RasterPaintProperties) | Paints image data from an unmanaged memory buffer into a Windows device context handle. | 
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family