C#
VB
WinRT C#
C++
Converts the specified text to a RasterColor object.
public static Leadtools.RasterColor FromString(
string value
)
Public Shared Function FromString( _
ByVal value As String _
) As Leadtools.RasterColor
public static Leadtools.RasterColor FromString(
string value
)
function Leadtools.RasterColorHelper.FromString(
value
)
public:
static Leadtools.RasterColor FromString(
String^ value
)
value
A String containing the text value. This must be an HTML compatible string representation of a color.
The RasterColor this method creates. If the string is null, then an empty RasterColor will be returned with all color components set to zero.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET