Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / CompositeCurve Class / Offset Method / Offset(Double,Boolean) Method

In This Topic
    Offset(Double,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function Offset( _
       ByVal amount As Double, _
       ByVal sharp As Boolean _
    ) As ICurve
    public ICurve Offset( 
       double amount,
       bool sharp
    )

    Parameters

    amount
    sharp
    See Also