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

operator() public static method

Translates a by a given .

public static operator ( ) : Point
return Point
        public static Point operator +(Point pt, Size sz) => Add(pt, sz);

Same methods

Point::operator ( ) : System.Drawing.Point
Point::operator ( ) : bool