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

    Parameters

    color
    The specified KnownColor.

    Return Value

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