Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Transformation Class / Addition Operator
Left one
Right one

In This Topic
    Addition Operator (Transformation)
    In This Topic
    Adds two transformations.
    Syntax
    'Declaration
     
    Public Operator +( _
       ByVal left As Transformation, _
       ByVal right As Transformation _
    ) As Transformation
    public Transformation operator +( 
       Transformation left,
       Transformation right
    )

    Parameters

    left
    Left one
    right
    Right one

    Return Value

    The resulting transformation
    See Also