Eyeshot 10 WinForms API Reference
Offset(Double,Double) Method

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Region Class > Offset Method : Offset(Double,Double) Method
Signed offset amount
Tolereance
Offsets the region of the specified amount.
Syntax
'Declaration
 
Public Overloads Function Offset( _
   ByVal amount As Double, _
   ByVal tolerance As Double _
) As ICurve()
public ICurve[] Offset( 
   double amount,
   double tolerance
)

Parameters

amount
Signed offset amount
tolerance
Tolereance

Return Value

The offset curves of the region contours.
See Also

Reference

Region Class
Region Members
Overload List