System.Drawing.Point.operator C# (CSharp) Méthode

operator() public static méthode

Translates a by a given .

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

Same methods

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