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


In This Topic
    PaintBackgroundGeometry Method
    In This Topic
    Paints the background geometry of this border. It is up to the caller to setup the visitor styles prior to calling this method.
    Syntax
    'Declaration
     
    
    Public Overridable Sub PaintBackgroundGeometry( _
       ByVal visitor As NPaintVisitor, _
       ByVal wall As NBorderWall _
    ) 
    'Usage
     
    
    Dim instance As NBorder
    Dim visitor As NPaintVisitor
    Dim wall As NBorderWall
     
    instance.PaintBackgroundGeometry(visitor, wall)
    public virtual void PaintBackgroundGeometry( 
       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