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




Paints image region data from a buffer into a Graphics object.

Overload List

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

Requirements

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

See Also