Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / LinearPath Class / OffsetToRegion Method

In This Topic
    OffsetToRegion Method (LinearPath)
    In This Topic
    Syntax
    'Declaration
     
    Public Function OffsetToRegion( _
       ByVal amount As Double, _
       ByVal tolerance As Double, _
       ByVal sharp As Boolean _
    ) As Region
    public Region OffsetToRegion( 
       double amount,
       double tolerance,
       bool sharp
    )

    Parameters

    amount
    tolerance
    sharp
    See Also