SizeF::Add Method (SizeF, SizeF)
.NET Framework (current version)
Adds the width and height of one SizeF structure to the width and height of another SizeF structure.
Assembly: System.Drawing (in System.Drawing.dll)
Parameters
- sz1
-
Type:
System.Drawing::SizeF
The first SizeF structure to add.
- sz2
-
Type:
System.Drawing::SizeF
The second SizeF structure to add.
Return Value
Type: System.Drawing::SizeFA SizeF structure that is the result of the addition operation.
.NET Framework
Available since 2.0
Available since 2.0
Show: