Nevron Open Vision Documentation
Nevron.Nov.Barcode Namespace / NBarcodePainter Class / Paint Method / Paint(NPaintVisitor,NRectangle) Method


In This Topic
    Paint(NPaintVisitor,NRectangle) Method
    In This Topic
    Paints the barcode in the specified bounds on the given paint visitor.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Paint( _
       ByVal visitor As NPaintVisitor, _
       ByVal bounds As NRectangle _
    ) 
    'Usage
     
    
    Dim instance As NBarcodePainter
    Dim visitor As NPaintVisitor
    Dim bounds As NRectangle
     
    instance.Paint(visitor, bounds)
    public void Paint( 
       NPaintVisitor visitor,
       NRectangle bounds
    )

    Parameters

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