VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Annotation Namespace / AnnotationHatchBrush Class / AnnotationHatchBrush Constructors / AnnotationHatchBrush Constructor(BrushHatchStyle,Color)
Syntax Requirements SeeAlso
In This Topic
    AnnotationHatchBrush Constructor(BrushHatchStyle,Color)
    In This Topic
    Initializes a new instance of the AnnotationHatchBrush class with the specified BrushHatchStyle enumeration and foreground color.
    Syntax
    'Declaration
    
    Public Function New( _
    ByVal hatchStyle
    One of the BrushHatchStyle values that represents the pattern drawn by this AnnotationHatchBrush.
    As Vintasoft.Imaging.Drawing.BrushHatchStyle, _
    ByVal foreColor
    The System.Drawing.Color structure that represents the color of lines drawn by this AnnotationHatchBrush.
    As System.Drawing.Color _
    )

    Parameters

    hatchStyle
    One of the BrushHatchStyle values that represents the pattern drawn by this AnnotationHatchBrush.
    foreColor
    The System.Drawing.Color structure that represents the color of lines drawn by this AnnotationHatchBrush.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also