CADability dotNET
Concatenates two border objects. Both borders must be open (not closed) and the endpoint of the first border must be equal to the startpoint of the second border (as defined by Precision.IsEqual).

Namespace: CADability.Shapes
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public static Border operator +(
	Border first,
	Border second
)
Visual Basic
Public Shared Operator + ( _
	first As Border, _
	second As Border _
) As Border
Visual C++
public:
static Border^ operator +(
	Border^ first, 
	Border^ second
)

Return Value

See Also