System.Drawing.Size.operator C# (CSharp) Method

operator() public static method

public static operator ( ) : System.Drawing.Size
return System.Drawing.Size
        public static System.Drawing.Size operator +(System.Drawing.Size sz1, System.Drawing.Size sz2) { throw null; }
        public static bool operator ==(System.Drawing.Size sz1, System.Drawing.Size sz2) { throw null; }

Same methods

Size::operator ( ) : Size
Size::operator ( ) : bool