PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 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
    public SizeD operator +( 
       SizeD sz1,
       SizeD sz2
    )

    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