PrintDocument for WinForms
DrawBackground メソッド (RenderFragment)


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > RenderFragment クラス : DrawBackground メソッド
オブジェクトの描画先となるグラフィックスオブジェクト。
オブジェクトの内側領域の境界。
オブジェクトの背景を描画します。
シンタックス
'宣言
 
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
オブジェクトの内側領域の境界。
参照

RenderFragment クラス
RenderFragment メンバ