現在のページを System.Drawing.Graphics上に描画します。
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Sub Draw( _
   ByVal  As System.Drawing.Graphics, _
   ByVal  As System.Boolean, _
   ByVal  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 ,
   System.bool ,
   System.bool 
)
             
        
             
        
            パラメータ
- graphics
 
- 描画先の System.Drawing.Graphics。
 - renderInputControls
 
- 入力コントロールを描画するかどうかを示します( RenderInputBaseを参照)。
 - writeMetafileComments
 
- アウトラインやハイパーリンクなどのメタファイルコメントを描画するかどうかを示します。
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照