LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
RasterImagePainter Class
See Also  Members  



Support for painting a LEADTOOLS Leadtools.RasterImage using GDI and GDI+ platforms.

Object Model

RasterImagePainter Class

Syntax

Visual Basic (Declaration) 
Public MustInherit NotInheritable Class RasterImagePainter 
Visual Basic (Usage)Copy Code
Dim instance As RasterImagePainter
C# 
public static class RasterImagePainter 
C++/CLI 
public ref class RasterImagePainter abstract sealed 

Example

Remarks

The LEADTOOLS RasterImage class provides platform independent representation of an image. It serves as a working area for image manipulation and conversion. LEADTOOLS functions use this class for accessing the image in memory and for maintaining the characteristics of the image. This topic discus how to use the LEADTOOLS RasterImage class with the Windows GDI and GDI+ (System.Drawing) platforms.

For more information refer to RasterImage and GDI/GDI+.

Inheritance Hierarchy

System.Object
   Leadtools.Drawing.RasterImagePainter

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also