[]
Render the C1BulletGraph control in specified graphics with given width and height.
public void Render(Graphics g, int width, int height)
Public Sub Render(g As Graphics, width As Integer, height As Integer)
| 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)
Public Sub Render(g As Graphics, x As Integer, y As Integer, width As Integer, height As Integer)
| 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. |