Render the
C1BulletGraph control in specified graphics with given rectangle where the graph will be painted.
シンタックス
'宣言
Public Overloads Sub Render( _
ByVal As System.Drawing.Graphics, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void Render(
System.Drawing.Graphics ,
System.int ,
System.int ,
System.int ,
System.int
)
パラメータ
- g
- graphics where to draw render.
- x
- output X coordinate.
- y
- output Y coordinate.
- width
- output width.
- height
- output height.
参照