Segment2D.ExtendBy Method

Extends the segment of the amount provided.
Public Sub ExtendBy( _ 
ByVal atStart As Double, _ 
ByVal atEnd As Double
)
This language is not supported or no code example is available.
public void ExtendBy( 
double atStart
double atEnd 
)
This language is not supported or no code example is available.

Parameters

atStart
double

Extension amount at segment start

atEnd
double

Extension amount at segment end

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition