バージョン

OnDraw メソッド

System.Drawing.Graphics オブジェクトでカスタム描画を処理します。
シンタックス
'宣言
 
Sub OnDraw( _
   ByVal graphics As IGraphics, _
   ByVal x As Single, _
   ByVal y As Single, _
   ByVal width As Single, _
   ByVal height As Single _
) 
void OnDraw( 
   IGraphics graphics,
   float x,
   float y,
   float width,
   float height
)

パラメータ

graphics
System.Drawing.Graphics オブジェクト
x
描画領域を定義する境界矩形の左上隅の X 座標。
y
描画領域を定義する境界矩形の左上隅の Y 座標。
width
描画領域を定義する境界矩形の幅。
height
描画領域を定義する境界矩形の高さ。
参照