Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

GetStringDescription Method (RasterColorHelper)








The raster color object.
Converts the specified RasterColor structure to a human-readable string.
Syntax
public static string GetStringDescription( 
   RasterColor color
)
'Declaration
 
Public Shared Function GetStringDescription( _
   ByVal color As RasterColor _
) As String
'Usage
 
Dim color As RasterColor
Dim value As String
 
value = RasterColorHelper.GetStringDescription(color)
public static string GetStringDescription( 
   RasterColor color
)
 function Leadtools.RasterColorHelper.GetStringDescription( 
   color 
)
public:
static String^ GetStringDescription( 
   RasterColor color
) 

Parameters

color
The raster color object.

Return Value

string that is the name of the color of the specified RasterColor structure.
Requirements

Target Platforms

See Also

Reference

RasterColorHelper Class
RasterColorHelper Members

Error processing SSI file