[]
        
(Showing Draft Content)

C1.C1Preview.SizeD.Add

Add Method

Add(SizeD, SizeD)

Adds two SizeD structures.

Declaration
public static SizeD Add(SizeD sz1, SizeD sz2)
Public Shared Function Add(sz1 As SizeD, sz2 As SizeD) As SizeD
Parameters
Type Name Description
SizeD sz1

The first SizeD that is added.

SizeD sz2

The second SizeD that is added.

Returns
Type Description
SizeD

A SizeD representing the result of the addition.