バージョン

PrintSection メソッド (HeaderFooterPageSection)

指定したグラフィック オブジェクトにセクションを印刷します。
シンタックス
'宣言
 
Public Overrides Sub PrintSection( _
   ByVal g As Graphics, _
   ByVal sectionRect As Rectangle, _
   ByVal clientRect As Rectangle _
) 
public override void PrintSection( 
   Graphics g,
   Rectangle sectionRect,
   Rectangle clientRect
)

パラメータ

g
セクションを描画するグラフィック オブジェクト
sectionRect
セクションを描画する領域
clientRect
内容を含むクライアント領域

戻り値の型

セクションが描画された領域。
参照