Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NPaintVisitor Class / Hint Method


In This Topic
    Hint Method
    In This Topic
    Performs an additional hinting operation with the specified hint. The hint needs to be suppored by the set of SupportedHints.
    Syntax
    'Declaration
     
    
    Public Sub Hint( _
       ByVal hint As NGraphics2DHint _
    ) 
    'Usage
     
    
    Dim instance As NPaintVisitor
    Dim hint As NGraphics2DHint
     
    instance.Hint(hint)
    public void Hint( 
       NGraphics2DHint hint
    )

    Parameters

    hint
    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