相关疑难解决方法(0)

如何让+运算符在相互添加两个点的同时工作?

有没有办法让+操作员为Point对象工作?

举个例子,这个小片段:

this.cm1.Show((MouseEventArgs)e.Location+this.i_rendered.Location);
Run Code Online (Sandbox Code Playgroud)

你看,我试着给彼此增加两点.它只是不起作用(这是预期的).我很乐意让这个工作.

有任何想法吗?

.net c# point operators winforms

6
推荐指数
2
解决办法
6916
查看次数

标签 统计

.net ×1

c# ×1

operators ×1

point ×1

winforms ×1