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


In This Topic
    GetBarcodePaintBounds Method (NMatrixBarcode)
    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 Overrides Function GetBarcodePaintBounds() As NRectangle
    'Usage
     
    
    Dim instance As NMatrixBarcode
    Dim value As NRectangle
     
    value = instance.GetBarcodePaintBounds()
    protected override 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