Gets a new Size containing the sum of coordinates of two supplied sizes.
Syntax

[C#]

static Size operator + (Size sz1, Size sz2);

[Visual Basic]

Shared Function Operator + (sz1 As Size, sz2 As Size) As Size
Params
Name Description
sz1 The first size.
sz2 The second size.
return The new resultant size.
Notes

None.

Example

None.