GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoShape Class / ToHatchStyle Method
must be one of the GoBrushStyle.Hatch... enum values
In This Topic
    ToHatchStyle Method
    In This Topic
    This static method converts a GoBrushStyle enumerated value representing a hatch style to a System.Drawing.Drawing2D.HatchStyle value.
    Syntax
    public static HatchStyle ToHatchStyle( 
       GoBrushStyle s
    )

    Parameters

    s
    must be one of the GoBrushStyle.Hatch... enum values

    Return Value

    a HatchStyle
    See Also