Creates a sequence of lines using the specified points and adds them to the geometry sink.
            
            
            シンタックス
            
            
            
            
            '宣言
 
Sub AddLines( _
   ByVal () As Point2F _
) 
             
        
            
            void AddLines( 
   Point2F[] 
)
             
        
             
        
            パラメータ
- pointsRef
 
- A pointer to an array of one or more points that describe the lines to draw. A line is drawn from the geometry sink's current point (the end point of the last segment drawn or the location specified by {{BeginFigure}}) to the first point in the array. if the array contains additional points, a line is drawn from the first point to the second point in the array, from the second point to the third point, and so on.
 
            
             
            
            
            
            
            
            
            
            
            
            
            
            参照