C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / SizeD Structure / Addition Operator
The first SizeD that is added.
The second SizeD that is added.

In This Topic
Addition Operator (SizeD)
In This Topic
Adds two SizeD structures.
Syntax
'Declaration
 
Public Operator +( _
   ByVal sz1 As SizeD, _
   ByVal sz2 As SizeD _
) As SizeD
 

Parameters

sz1
The first SizeD that is added.
sz2
The second SizeD that is added.

Return Value

A SizeD representing the result of the addition.
See Also