Nevron Open Vision Documentation
Nevron.Nov.Barcode Namespace / NBarcode Class / GetBarcodePaintBounds Method


In This Topic
    GetBarcodePaintBounds Method (NBarcode)
    In This Topic
    Gets the bounds in which the barcode should be painted. The rectangle returned is always inside (or coincides) with the content edge bounds of the widget.
    Syntax
    'Declaration
     
    
    Protected MustOverride Function GetBarcodePaintBounds() As NRectangle
    'Usage
     
    
    Dim instance As NBarcode
    Dim value As NRectangle
     
    value = instance.GetBarcodePaintBounds()
    protected abstract NRectangle GetBarcodePaintBounds()
    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