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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1Page クラス > Draw メソッド : Draw(Graphics,Boolean) メソッド
The System.Drawing.Graphics to draw on.
Indicates whether to draw input controls (see RenderInputBase).
Draws the current page on a System.Drawing.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
The System.Drawing.Graphics to draw on.
renderInputControls
Indicates whether to draw input controls (see RenderInputBase).
参照

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