Paints image data from an unmanaged memory buffer into a Windows device context handle.
Overload | Description |
---|---|
PaintBuffer(RasterImage,Graphics,LeadRect,LeadRect,LeadRect,LeadRect,byte[],int,int,int,RasterPaintProperties) | Paints image data from a buffer into a System.Drawing.Graphics object. |
PaintBuffer(RasterImage,Graphics,LeadRect,LeadRect,LeadRect,LeadRect,IntPtr,int,int,RasterPaintProperties) | Paints image data from an unmanaged memory buffer into a System.Drawing.Graphics object. |
PaintBuffer(RasterImage,IntPtr,LeadRect,LeadRect,LeadRect,LeadRect,byte[],int,int,int,RasterPaintProperties) | Paints image data from a buffer into a Windows device context handle. |
PaintBuffer(RasterImage,IntPtr,LeadRect,LeadRect,LeadRect,LeadRect,IntPtr,int,int,RasterPaintProperties) | Paints image data from an unmanaged memory buffer into a Windows device context handle. |