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


In This Topic
    Paint Method (NBorder)
    In This Topic
    Paints the wall provided by the specified border wall implementation to the specified paint context.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Paint( _
       ByVal visitor As NPaintVisitor, _
       ByVal wall As NBorderWall _
    ) 
    'Usage
     
    
    Dim instance As NBorder
    Dim visitor As NPaintVisitor
    Dim wall As NBorderWall
     
    instance.Paint(visitor, wall)
    public virtual void Paint( 
       NPaintVisitor visitor,
       NBorderWall wall
    )

    Parameters

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