Nevron.GraphicsCore Namespace / NColor Class / SvgFormatColor Method


SvgFormatColor Method
Syntax
'Declaration
 
Public Shared Function SvgFormatColor( _
   ByVal cultureInfo As System.Globalization.CultureInfo, _
   ByVal color As NArgbColorValue _
) As System.String
 
'Usage
 
Dim cultureInfo As System.Globalization.CultureInfo
Dim color As NArgbColorValue
Dim value As System.String
 
value = NColor.SvgFormatColor(cultureInfo, color)

Parameters

cultureInfo
color
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also