Nevron Open Vision Documentation
Nevron.Nov.WinFormControls Namespace / NMatrixBarcodeControl Class / PaintTransparentBackground Method / PaintTransparentBackground(PaintEventArgs,Rectangle) Method


In This Topic
    PaintTransparentBackground(PaintEventArgs,Rectangle) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overloads Sub PaintTransparentBackground( _
       ByVal e As System.Windows.Forms.PaintEventArgs, _
       ByVal rectangle As System.Drawing.Rectangle _
    ) 
    'Usage
     
    
    Dim instance As NMatrixBarcodeControl
    Dim e As System.Windows.Forms.PaintEventArgs
    Dim rectangle As System.Drawing.Rectangle
     
    instance.PaintTransparentBackground(e, rectangle)
    internal void PaintTransparentBackground( 
       System.Windows.Forms.PaintEventArgs e,
       System.Drawing.Rectangle rectangle
    )

    Parameters

    e
    rectangle
    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