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


In This Topic
    Paint Method (NFocusFrameDecorator)
    In This Topic
    Performs the post paint decoration.
    Syntax
    'Declaration
     
    
    Public Overrides Sub Paint( _
       ByVal visitor As NPaintVisitor, _
       ByVal rect As NRectangle _
    ) 
    'Usage
     
    
    Dim instance As NFocusFrameDecorator
    Dim visitor As NPaintVisitor
    Dim rect As NRectangle
     
    instance.Paint(visitor, rect)
    public override void Paint( 
       NPaintVisitor visitor,
       NRectangle rect
    )

    Parameters

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