Region.Offset (Double, Double, Boolean) Method

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

Parameters

amount
double

Signed offset amount

tolerance
double

Tolerance

sharp
bool

If false, offset curves are connected with an arc.

Return Value

ICurve[]

The offset curves of the region contours.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition