矩形を現在のドキュメントの 
Bodyの 現在のページ上の指定位置に追加して解決します。
 
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Sub RenderDirectRectangle( _
   ByVal  As Unit, _
   ByVal  As Unit, _
   ByVal  As Unit, _
   ByVal  As Unit, _
   ByVal  As LineDef, _
   ByVal  As System.Drawing.Brush _
) 
             
        
            
            '使用法
 
Dim instance As C1PrintDocument
Dim x As Unit
Dim y As Unit
Dim width As Unit
Dim height As Unit
Dim line As LineDef
Dim fillBrush As System.Drawing.Brush
 
instance.RenderDirectRectangle(x, y, width, height, line, fillBrush)
             
        
            
            public void RenderDirectRectangle( 
   Unit ,
   Unit ,
   Unit ,
   Unit ,
   LineDef ,
   System.Drawing.Brush 
)
             
        
             
        
            パラメータ
- x
 
- 矩形のレンダリング位置の水平(X)座標( autoは使用不可)。
 - y
 
- 矩形のレンダリング位置の垂直(Y)座標( autoは使用不可)。
 - width
 
- 矩形の幅。
 - height
 
- 矩形の高さ。
 - line
 
- 矩形の描画に使用する LineDef。
 - fillBrush
 
- 塗りつぶしブラシ。
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照