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





Converts the specified color to its string representation.

Namespace: MindFusion.Vsx
Assembly: MindFusion.Vsx

 Syntax

C#  Copy Code

string ToString (
    TColor color
)

Visual Basic  Copy Code

Function ToString( _
    color As TColor _
) As String

 Parameters

color

The color to convert.

 Return Value

The string representation of the color.

 See Also

IPlatformHelper(TColor, TImage) Members
IPlatformHelper(TColor, TImage) Interface
MindFusion.Vsx Namespace