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

In This Topic
    Subtraction Operator (Transformation)
    In This Topic
    Subtract 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