Region.Offset (Double, Double) Method

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

Parameters

amount
double

Signed offset amount

tolerance
double

Tolereance

Return Value

ICurve[]

The offset curves of the region contours.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition