Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

FromHtml Method (RasterColor)








A String containing the html color value. This must be an HTML compatible string representation of a color.
Converts the specified html color to a RasterColor object.
Syntax
public static RasterColor FromHtml( 
   string value
)
'Declaration
 
Public Shared Function FromHtml( _
   ByVal value As String _
) As RasterColor
'Usage
 
Dim value As String
Dim value As RasterColor
 
value = RasterColor.FromHtml(value)
public static RasterColor FromHtml( 
   string value
)
 function Leadtools.RasterColor.FromHtml( 
   value 
)
public:
static RasterColor FromHtml( 
   String^ value
) 

Parameters

value
A String containing the html color value. This must be an HTML compatible string representation of a color.

Return Value

The RasterColor this method creates. If the string is null, then an empty RasterColor will be returned with all color components set to zero.
Remarks

The input string value can be in one of the following formats:

Requirements

Target Platforms

See Also

Reference

RasterColor Structure
RasterColor Members

Error processing SSI file