Expands a SizeF by another SizeF.
[C#] public static SizeF operator +( SizeF sz1, SizeF sz2 ); [C++] public: static SizeF operator op_Addition( SizeF sz1, SizeF sz2 ); [JScript] returnValue = sz1 + sz2;
[Visual Basic] In Visual Basic, you cannot use the operators defined by a type, nor override them or define your own.
[JScript] In JScript, you can use the operators defined by a type, but you cannot override them or define your own.