Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NPaintVisitor Class / SetFill Method / SetFill(ENHatchStyle,NColor,NColor) Method


In This Topic
    SetFill(ENHatchStyle,NColor,NColor) Method
    In This Topic
    Sets the current fill to a hatch fill with the specified settings.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetFill( _
       ByVal hatchStyle As ENHatchStyle, _
       ByVal foreColor As NColor, _
       ByVal backColor As NColor _
    ) 
    'Usage
     
    
    Dim instance As NPaintVisitor
    Dim hatchStyle As ENHatchStyle
    Dim foreColor As NColor
    Dim backColor As NColor
     
    instance.SetFill(hatchStyle, foreColor, backColor)

    Parameters

    hatchStyle
    foreColor
    backColor
    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