Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
PaintBuffer Method
See Also 
Leadtools Namespace > RasterImage Class : PaintBuffer Method



Paints image data from a buffer into a Graphics object.

Overload List

OverloadDescription
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.  

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also