GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoShape Class / ToBrushStyle Method
a HatchStyle
In This Topic
    ToBrushStyle Method
    In This Topic
    This static method converts a System.Drawing.Drawing2D.HatchStyle enumerated value to the corresponding GoBrushStyle value.
    Syntax
    public static GoBrushStyle ToBrushStyle( 
       HatchStyle s
    )

    Parameters

    s
    a HatchStyle

    Return Value

    a GoBrushStyle named "Hatch..."
    See Also