Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
RasterImage Class
See Also  Members  
Leadtools Namespace : RasterImage Class



The RasterImage class contains the pixel data for a graphics image as well as its attributes.

Syntax

Visual Basic (Declaration) 
Public Class RasterImage 
Visual Basic (Usage)Copy Code
Dim instance As RasterImage
C# 
public class RasterImage 
C++/CLI 
public ref class RasterImage 

Example

For an example, refer to Dispose

Remarks

The RasterImage object is an object used to work with images defined by pixel data.

The RasterImage class is the main LEADTOOLS class. This class contains methods for dealing with images in memory.

You can use this class to create images from scratch and deal with individual rows or pixels of the image data. This class also contains methods for the following:

  • Creating images
  • Accessing the image data
  • Setting/Changing the palette for an image
  • Painting an image

Inheritance Hierarchy

System.Object
   Leadtools.RasterImage

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also