LinearPath.Offset (Double) Method

Offsets the curve of the specified amount.
Public Function Offset( _ 
ByVal amount As Double
) As ICurve Implements _ 
ICurve.Offset
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.5, 4.6, 4.7

In this article

Definition