GoDigram for .NET Framework and .NET Core
Northwoods.Go.Draw Namespace / GoColor Structure / From Method / From(String) Method
The specified name.
In This Topic
    From(String) Method
    In This Topic
    Creates a Northwoods.Go.Draw.GoColor structure from the specified name of a pre-defined color.
    Syntax
    public static GoColor From( 
       string name
    )

    Parameters

    name
    The specified name.

    Return Value

    Returns a Northwoods.Go.Draw.GoColor structure.
    See Also