Curve.Resize Method

Resizes a curve.
Public Sub Resize( _ 
ByVal n As Integer, _ 
ByVal deg As Integer
)
This language is not supported or no code example is available.
public void Resize( 
int n
int deg 
)
This language is not supported or no code example is available.

Parameters

n
int

The new number of control points for the curve

deg
int

The new degree for the curve

Remarks
 
The old values are lost and new ones have to be created.

.NET Framework

Supported in: 4.8

In this article

Definition