Paints image region data from an unmanaged memory buffer into a Windows device context handle.
Overload | Description |
---|---|
PaintRegionBuffer(rasterimage,graphics,leadrect,leadrect,leadrect,leadrect,byte[],int,int,int,rasterpaintproperties) | Paints image region data from a buffer into a System.Drawing.Graphics object. |
PaintRegionBuffer(rasterimage,graphics,leadrect,leadrect,leadrect,leadrect,intptr,int,int,rasterpaintproperties) | Paints image region data from an unmanaged memory buffer into a System.Drawing.Graphics object. |
PaintRegionBuffer(rasterimage,intptr,leadrect,leadrect,leadrect,leadrect,byte[],int,int,int,rasterpaintproperties) | Paints image region data from a buffer into a Windows device context handle. |
PaintRegionBuffer(rasterimage,intptr,leadrect,leadrect,leadrect,leadrect,intptr,int,int,rasterpaintproperties) | Paints image region data from an unmanaged memory buffer into a Windows device context handle. |