System.Drawing.PointF.operator C# (CSharp) 메소드

operator() 공개 정적인 메소드

Translates a by a given .

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

Same methods

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