Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NHatchFill Class / NHatchFill Constructor / NHatchFill Constructor(ENHatchStyle,NColor,NColor)
Hatch style.
Foreground color.
Background color.


In This Topic
    NHatchFill Constructor(ENHatchStyle,NColor,NColor)
    In This Topic
    Initializer constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal style As ENHatchStyle, _
       ByVal foregroundColor As NColor, _
       ByVal backgroundColor As NColor _
    )
    'Usage
     
    
    Dim style As ENHatchStyle
    Dim foregroundColor As NColor
    Dim backgroundColor As NColor
     
    Dim instance As New NHatchFill(style, foregroundColor, backgroundColor)

    Parameters

    style
    Hatch style.
    foregroundColor
    Foreground color.
    backgroundColor
    Background color.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also