[]
        
(Showing Draft Content)

C1.Win.Interop.Size.Add

Add Method

Add(Size, Size)

Adds two Size structures.

Declaration
public static Size Add(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.