Poly2d.Add (Line2d) Method

Adds a line segment last to the poly. If the lines startpoint is further away than epsilon from the current endpoint of the poly a line segment is added between.
Public Sub Add( _ 
ByVal line As Line2d
)
This language is not supported or no code example is available.
public void Add( 
Line2d line 
)
This language is not supported or no code example is available.
public:  
void Add( 
Line2d^ line 
)
This language is not supported or no code example is available.
public function Add( 
line : Line2d 
);
This language is not supported or no code example is available.

Parameters

line
Line2d

The line containing data for the segment to add.

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition