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

operator() public static méthode

Translates a by a given .

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

Same methods

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