バージョン

PrintSection メソッド (PageSection)

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

パラメータ

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