InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Win.Interop Namespace / Size Structure / Addition Operator
The first Size that is added.
The second Size that is added.

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

    Parameters

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

    Return Value

    A Size representing the result of the addition.
    See Also