MindFusion.Wpf Pack Programmer's Guide
IPlatformHelper(TColor, TImage).CreateColor Method (String)
See Also
 





Creates a color from the specified string representation.

Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx

 Syntax

C#  Copy Code

TColor CreateColor (
    string value
)

Visual Basic  Copy Code

Function CreateColor( _
    value As String _
) As TColor

 Parameters

value

The string representation.

 Return Value

The newly created color object.

 See Also

CreateColor Method Overload List
IPlatformHelper(TColor, TImage) Members
IPlatformHelper(TColor, TImage) Interface
MindFusion.Vsx Namespace