Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在用 win2d 和 C# uwp 画一条线。我想获得有关该线的信息,例如线长,甚至是用于创建该线的点列表。我已经尝试了我所知道的一切,但我无法找到解决方案。也许我从错误的角度接近这个?任何人都可以帮忙吗?
如果你有关于开始和结束的信息,你不能应用这个吗?长度 = (y1 - y2)^2 + (x1 - x2)^2