Adds two SizeD structures.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public static SizeD operator +(
	SizeD sz1,
	SizeD sz2
)
Visual Basic
Public Shared Operator + ( _
	sz1 As SizeD, _
	sz2 As SizeD _
) As SizeD

Parameters

sz1
Type: C1.C1Preview..::..SizeD
The first SizeD that is added.
sz2
Type: C1.C1Preview..::..SizeD
The second SizeD that is added.

Return Value

A SizeD representing the result of the addition.

See Also