有没有办法让+操作员为Point对象工作?
+
举个例子,这个小片段:
this.cm1.Show((MouseEventArgs)e.Location+this.i_rendered.Location);
你看,我试着给彼此增加两点.它只是不起作用(这是预期的).我很乐意让这个工作.
有任何想法吗?
.net c# point operators winforms
.net ×1
c# ×1
operators ×1
point ×1
winforms ×1