LEADTOOLS (Leadtools assembly)

FromString Method

Show in webframe







A System.String containing the text value. This must be an HTML compatible string representation of a color.
Converts the specified text to a RasterColor object.
Syntax
public static RasterColor FromString( 
   string value
)
'Declaration
 
Public Shared Function FromString( _
   ByVal value As String _
) As RasterColor
'Usage
 
Dim value As String
Dim value As RasterColor
 
value = RasterColorHelper.FromString(value)
public static RasterColor FromString( 
   string value
)

            

            
 function Leadtools.RasterColorHelper.FromString( 
   value 
)
public:
static RasterColor FromString( 
   String^ value
) 

Parameters

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

Return Value

The RasterColor this method creates. If the string is null (Nothing in Visual Basic), then an empty RasterColor will be returned with all color components set to zero.
Requirements

Target Platforms

See Also

Reference

RasterColorHelper Class
RasterColorHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.