InsetAddition Operator (Inset, Inset)

Combine two Insets by adding the values in one to the other.

 

Namespace:  WebSupergoo.WordGlue4
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.0.0.1 (4.0.0.1)
Syntax
public static Inset operator +(
        Inset lhs,
        Inset rhs
)

Parameters

lhs
Type: WebSupergoo.WordGlue4Inset
Inset for translation.
rhs
Type: WebSupergoo.WordGlue4Inset
Inset by which it should be translated.

Return Value

Type: Inset
An Inset containing the result.
See Also