Adds a line to the 
C1PrintDocument.Body of the current document at a specific position on the current page, and resolves it.
 
            
            
            シンタックス
            
            
            
            
            '宣言
 
Public Overloads Sub RenderDirectLine( _
   ByVal  As Unit, _
   ByVal  As Unit, _
   ByVal  As Unit, _
   ByVal  As Unit, _
   ByVal  As LineDef _
) 
             
        
            
            '使用法
 
Dim instance As C1PrintDocument
Dim fromX As Unit
Dim fromY As Unit
Dim toX As Unit
Dim toY As Unit
Dim line As LineDef
 
instance.RenderDirectLine(fromX, fromY, toX, toY, line)
             
        
            
            public void RenderDirectLine( 
   Unit ,
   Unit ,
   Unit ,
   Unit ,
   LineDef 
)
             
        
             
        
            パラメータ
- fromX
 
- The X coordinate of the first point that the line connects.
 - fromY
 
- The Y coordinate of the first point that the line connects.
 - toX
 
- The X coordinate of the second point that the line connects.
 - toY
 
- The Y coordinate of the second point that the line connects.
 - line
 
- The LineDef to draw the line with.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照