Overload | Description |
---|---|
PaintRegionBuffer(Graphics,Rectangle,Rectangle,Rectangle,Rectangle,Byte[],Int32,Int32,Int32,RasterPaintProperties) | Paints image region data from a buffer into a Graphics object. |
PaintRegionBuffer(Graphics,Rectangle,Rectangle,Rectangle,Rectangle,IntPtr,Int32,Int32,RasterPaintProperties) | Paints image region data from an unmanaged memory buffer into a Graphics object. |
PaintRegionBuffer(IntPtr,Rectangle,Rectangle,Rectangle,Rectangle,Byte[],Int32,Int32,Int32,RasterPaintProperties) | Paints image region data from a buffer into a Windows device context handle. |
PaintRegionBuffer(IntPtr,Rectangle,Rectangle,Rectangle,Rectangle,IntPtr,Int32,Int32,RasterPaintProperties) | Paints image region data from an unmanaged memory buffer into a Windows device context handle. |
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family