Reports for WinForms
Draw(Graphics,Boolean,Boolean) メソッド

C1.C1Report.4 アセンブリ > C1.C1Preview 名前空間 > C1Page クラス > Draw メソッド : Draw(Graphics,Boolean,Boolean) メソッド
描画先の System.Drawing.Graphics
入力コントロールを描画するかどうかを示します( RenderInputBaseを参照)。
アウトラインやハイパーリンクなどのメタファイルコメントを描画するかどうかを示します。
現在のページを System.Drawing.Graphics上に描画します。
シンタックス
'宣言
 
Public Overloads Sub Draw( _
   ByVal graphics As System.Drawing.Graphics, _
   ByVal renderInputControls As System.Boolean, _
   ByVal writeMetafileComments As System.Boolean _
) 
public void Draw( 
   System.Drawing.Graphics graphics,
   System.bool renderInputControls,
   System.bool writeMetafileComments
)

パラメータ

graphics
描画先の System.Drawing.Graphics
renderInputControls
入力コントロールを描画するかどうかを示します( RenderInputBaseを参照)。
writeMetafileComments
アウトラインやハイパーリンクなどのメタファイルコメントを描画するかどうかを示します。
参照

C1Page クラス
C1Page メンバ
オーバーロード一覧