バージョン

OnDraw メソッド

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

パラメータ

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

オンラインで表示: GitHub