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

operator() public static method

Translates a by a given .

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

Same methods

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