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

In This Topic
Add Method (SizeD)
In This Topic
Adds two SizeD structures.
Syntax
'Declaration
 
Public Shared Function Add( _
   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