[]
        
(Showing Draft Content)

C1.Win.Interop.Size.op_Addition

operator + Operator

operator +(Size, Size)

Adds two Size structures.

Declaration
public static Size operator +(Size sz1, Size sz2)
Parameters
Type Name Description
Size sz1

The first Size that is added.

Size sz2

The second Size that is added.

Returns
Type Description
Size

A Size representing the result of the addition.