Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NFocusDecorator Class / Paint Method


In This Topic
    Paint Method (NFocusDecorator)
    In This Topic
    Performs the post paint decoration.
    Syntax
    'Declaration
     
    
    Public MustOverride Sub Paint( _
       ByVal visitor As NPaintVisitor, _
       ByVal box As NRectangle _
    ) 
    'Usage
     
    
    Dim instance As NFocusDecorator
    Dim visitor As NPaintVisitor
    Dim box As NRectangle
     
    instance.Paint(visitor, box)
    public abstract void Paint( 
       NPaintVisitor visitor,
       NRectangle box
    )

    Parameters

    visitor
    box
    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