PrintDocument for WinForms
DrawBackground メソッド (RenderFragment)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderFragment クラス : DrawBackground メソッド
Graphics object on which the object is being drawn.
Bounds of inner area of object.
Draws background of object.
シンタックス
'宣言
 
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
Graphics object on which the object is being drawn.
backgroundRect
Bounds of inner area of object.
参照

RenderFragment クラス
RenderFragment メンバ