[]
Render the C1BulletGraph control in specified graphics with given width and height.
public void Render(Graphics g, int width, int height)
Type | Name | Description |
---|---|---|
Graphics | g | graphics where to draw render. |
int | width | output width. |
int | height | output height. |
Render the C1BulletGraph control in specified graphics with given rectangle where the graph will be painted.
public void Render(Graphics g, int x, int y, int width, int height)
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. |