Nevron Open Vision Documentation
Nevron.Nov.Barcode Namespace / NLinearBarcodeSymbology Class / GetLabelBounds Method


In This Topic
    GetLabelBounds Method
    In This Topic
    Gets the bounds of the barcode label.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetLabelBounds( _
       ByVal painter As NLinearBarcodePainter, _
       ByVal visitor As NPaintVisitor _
    ) As NRectangle
    'Usage
     
    
    Dim instance As NLinearBarcodeSymbology
    Dim painter As NLinearBarcodePainter
    Dim visitor As NPaintVisitor
    Dim value As NRectangle
     
    value = instance.GetLabelBounds(painter, visitor)
    public virtual NRectangle GetLabelBounds( 
       NLinearBarcodePainter painter,
       NPaintVisitor visitor
    )

    Parameters

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