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




Encapsulates and provides support for managing image palettes.

Syntax

Visual Basic (Declaration) 
Public MustInherit NotInheritable Class RasterPalette 
Visual Basic (Usage)Copy Code
Dim instance As RasterPalette
C# 
public static class RasterPalette 
Managed Extensions for C++ 
public __gc abstract __sealed class RasterPalette 
C++/CLI 
public ref class RasterPalette abstract sealed 

Example

For an example, refer to StartDithering and Netscape.

Remarks

The palette is an array that contains the colors for displaying the image.

For more details, refer to Introduction.

Inheritance Hierarchy

System.Object
   Leadtools.RasterPalette

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