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


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > C1Page クラス > Draw メソッド : Draw(Graphics,Boolean,Boolean) メソッド
The System.Drawing.Graphics to draw on.
Indicates whether to draw input controls (see RenderInputBase).
Indicates whether to draw metafile comments, like outlines, hyperlinks etc.
Draws the current page on a System.Drawing.Graphics.
シンタックス
'宣言
 
Public Overloads Sub Draw( _
   ByVal graphics As System.Drawing.Graphics, _
   ByVal renderInputControls As System.Boolean, _
   ByVal writeMetafileComments As System.Boolean _
) 
'使用法
 
Dim instance As C1Page
Dim graphics As System.Drawing.Graphics
Dim renderInputControls As System.Boolean
Dim writeMetafileComments As System.Boolean
 
instance.Draw(graphics, renderInputControls, writeMetafileComments)
public void Draw( 
   System.Drawing.Graphics graphics,
   System.bool renderInputControls,
   System.bool writeMetafileComments
)

パラメータ

graphics
The System.Drawing.Graphics to draw on.
renderInputControls
Indicates whether to draw input controls (see RenderInputBase).
writeMetafileComments
Indicates whether to draw metafile comments, like outlines, hyperlinks etc.
参照

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