[]
        
(Showing Draft Content)

C1.Win.Gauge.C1BulletGraph.Render

Render Method

Render(Graphics, int, int)

Render the C1BulletGraph control in specified graphics with given width and height.

Declaration
public void Render(Graphics g, int width, int height)
Parameters
Type Name Description
Graphics g

graphics where to draw render.

int width

output width.

int height

output height.

Render(Graphics, int, int, int, int)

Render the C1BulletGraph control in specified graphics with given rectangle where the graph will be painted.

Declaration
public void Render(Graphics g, int x, int y, int width, int height)
Parameters
Type Name Description
Graphics g

graphics where to draw render.

int x

output X coordinate.

int y

output Y coordinate.

int width

output width.

int height

output height.