ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / C1BulletGraph Class / OnPaint Method

In This Topic
    OnPaint Method (C1BulletGraph)
    In This Topic
    Raises the Paint event.
    Syntax
    'Declaration
     
    Protected Overrides Sub OnPaint( _
       ByVal pe As System.Windows.Forms.PaintEventArgs _
    ) 
    protected override void OnPaint( 
       System.Windows.Forms.PaintEventArgs pe
    )

    Parameters

    pe
    See Also