[]
Adds two SizeD structures.
public static SizeD Add(SizeD sz1, SizeD sz2)
| Type | Name | Description |
|---|---|---|
| SizeD | sz1 | The first SizeD that is added. |
| SizeD | sz2 | The second SizeD that is added. |
| Type | Description |
|---|---|
| SizeD | A SizeD representing the result of the addition. |