ComponentOne BarCode for WinForms
C1.Win.Barcode.4.5.2 Assembly / C1.Win.BarCode Namespace / C1BarCode Class / OnPaint Method

In This Topic
    OnPaint Method
    In This Topic
    Draws barcode image
    Syntax
    'Declaration
     
    Protected Overrides Sub OnPaint( _
       ByVal e As System.Windows.Forms.PaintEventArgs _
    ) 
    protected override void OnPaint( 
       System.Windows.Forms.PaintEventArgs e
    )

    Parameters

    e
    See Also