Draws background of object.
シンタックス
'宣言
Protected Overridable Sub DrawBackground( _
ByVal As System.Drawing.Graphics, _
ByVal 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 ,
System.Drawing.Rectangle
)
パラメータ
- graphics
- Graphics object on which the object is being drawn.
- backgroundRect
- Bounds of inner area of object.
参照