Contracts a Size by another Size.
[C#] public static Size operator -( Size sz1, Size sz2 ); [C++] public: static Size operator op_Subtraction( Size sz1, Size 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.