Poly2d.Shorten Method

Shortens an open poly with dist (must be positive). If not possible a copy of the poly is returned unchanged.
Public Function Shorten( _ 
ByVal dist As Double
) As Poly2d
This language is not supported or no code example is available.
public Poly2d Shorten( 
double dist 
)
This language is not supported or no code example is available.
public:  
Poly2d^ Shorten( 
double dist 
)
This language is not supported or no code example is available.
public function Shorten( 
dist : double 
) : Poly2d;
This language is not supported or no code example is available.

Parameters

dist
double

Distance.

Return Value

Poly2d

A shortened poly.

.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