LinearPath.Inflate (Double, Double) Method

Inflates this linear path of the desired amount.
Public Function Inflate( _ 
ByVal amount As Double, _ 
ByVal tol As Double
) As ICurve()
This language is not supported or no code example is available.
public ICurve[] Inflate( 
double amount
double tol 
)
This language is not supported or no code example is available.

Parameters

amount
double

The inflate amount

tol
double

The tessellation tolerance

Return Value

ICurve[]

The resulting array of closed contours.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition