Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / C1BulletGraph Class / Render Method / Render(Graphics,Int32,Int32) Method
graphics where to draw render.
output width.
output height.

In This Topic
    Render(Graphics,Int32,Int32) Method
    In This Topic
    Render the C1BulletGraph control in specified graphics with given width and height.
    Syntax
    'Declaration
     
    Public Overloads Sub Render( _
       ByVal g As System.Drawing.Graphics, _
       ByVal width As System.Integer, _
       ByVal height As System.Integer _
    ) 
    public void Render( 
       System.Drawing.Graphics g,
       System.int width,
       System.int height
    )

    Parameters

    g
    graphics where to draw render.
    width
    output width.
    height
    output height.
    See Also