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

operator() public static method

public static operator ( ) : System.Drawing.PointF
return System.Drawing.PointF
        public static System.Drawing.PointF operator +(System.Drawing.PointF pt, System.Drawing.Size sz) { throw null; }
        public static System.Drawing.PointF operator +(System.Drawing.PointF pt, System.Drawing.SizeF sz) { throw null; }

Same methods

PointF::operator ( ) : PointF
PointF::operator ( ) : bool