指定された幅と高さを持つ指定されたグラフィックに
C1BulletGraph コントロールをレンダリングします。
シンタックス
'宣言
Public Overloads Sub Render( _
ByVal As System.Drawing.Graphics, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public void Render(
System.Drawing.Graphics ,
System.int ,
System.int
)
パラメータ
- g
- レンダリングするグラフィック。
- width
- 出力の幅。
- height
- 出力の高さ。
参照