Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Segment2D Class / Offset Method

In This Topic
    Offset Method (Segment2D)
    In This Topic
    Syntax
    'Declaration
     
    Public Function Offset( _
       ByVal amount As Double _
    ) As Segment2D
    public Segment2D Offset( 
       double amount
    )

    Parameters

    amount
    See Also