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


C1.PrintDocument.4.5.2 アセンブリ > C1.C1Preview 名前空間 > C1Page クラス > Draw メソッド : Draw(Graphics,Boolean) メソッド
描画する Graphics オブジェクト。
入力コントロールを描画するかどうか。
ページイメージを Graphics オブジェクトに描画します。
シンタックス
'宣言
 
Public Overloads Sub Draw( _
   ByVal graphics As System.Drawing.Graphics, _
   ByVal renderInputControls As System.Boolean _
) 
'使用法
 
Dim instance As C1Page
Dim graphics As System.Drawing.Graphics
Dim renderInputControls As System.Boolean
 
instance.Draw(graphics, renderInputControls)
public void Draw( 
   System.Drawing.Graphics graphics,
   System.bool renderInputControls
)

パラメータ

graphics
描画する Graphics オブジェクト。
renderInputControls
入力コントロールを描画するかどうか。
参照

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