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




Creates an array of RasterColor objects that represent the Netscape Fixed palette.

Syntax

Visual Basic (Declaration) 
Public Shared Function Netscape() As RasterColor()
Visual Basic (Usage)Copy Code
Dim value() As RasterColor
 
value = RasterPalette.Netscape()
C# 
public static RasterColor[] Netscape()
Managed Extensions for C++ 
public: static RasterColor[]* Netscape(); 
C++/CLI 
public:
static array<RasterColor>^ Netscape(); 

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