Translates a Point by a given Size.
[C#] public static Point operator +( Point pt, Size sz ); [C++] public: static Point operator op_Addition( Point pt, Size sz ); [JScript] returnValue = pt + sz;
[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.