LinearPath.Offset (Double) Method

Offsets the curve of the specified amount.
Public Function Offset( _ 
ByVal amount As Double
) As ICurve
This language is not supported or no code example is available.
public ICurve Offset( 
double amount 
)
This language is not supported or no code example is available.

Parameters

amount
double

Signed offset amount

Return Value

ICurve

The offset curve if the operation is successful, null/Nothing otherwise.

.NET Framework

Supported in: 4.8

In this article

Definition