Nevron .NET Vision
Nevron.GraphicsCore Namespace / NFillStyle Class / FormatColor Method


In This Topic
    FormatColor Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Function FormatColor( _
       ByVal name As System.String, _
       ByVal color As System.Drawing.Color _
    ) As System.String
    'Usage
     
    
    Dim instance As NFillStyle
    Dim name As System.String
    Dim color As System.Drawing.Color
    Dim value As System.String
     
    value = instance.FormatColor(name, color)
    protected System.string FormatColor( 
       System.string name,
       System.Drawing.Color color
    )

    Parameters

    name
    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