'宣言 Protected Overridable Sub DrawBackground( _ ByVal graphics As System.Drawing.Graphics, _ ByVal backgroundRect As System.Drawing.Rectangle _ )
'使用法 Dim instance As RenderFragment Dim graphics As System.Drawing.Graphics Dim backgroundRect As System.Drawing.Rectangle instance.DrawBackground(graphics, backgroundRect)
protected virtual void DrawBackground( System.Drawing.Graphics graphics, System.Drawing.Rectangle backgroundRect )
パラメータ
- graphics
- オブジェクトの描画先となるグラフィックスオブジェクト。
- backgroundRect
- オブジェクトの内側領域の境界。