Draws the current page on a System.Drawing.Graphics.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Sub Draw( _
   ByVal  As System.Drawing.Graphics, _
   ByVal  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 ,
   System.bool 
)
             
        
             
        
            パラメータ
- graphics
 
- The System.Drawing.Graphics to draw on.
 - renderInputControls
 
- Indicates whether to draw input controls (see RenderInputBase).
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照