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

In This Topic
    Add Method (Size)
    In This Topic
    Adds two Size structures.
    Syntax
    'Declaration
     
    Public Shared Function Add( _
       ByVal sz1 As Size, _
       ByVal sz2 As Size _
    ) As Size
    public static Size Add( 
       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