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.
我在 VB6 到 DotNet 迁移项目中工作。在我们的 VB 6 项目中,他们正在计算 Twips 中的一些鼠标移动事件,但是当它在 VB.NET 中转换时,将鼠标移动值作为像素给出。缇是.NET 支持吗?
谁能告诉我?
从我能找到的资料来看,.NET 不支持 Twips。有一些兼容性扩展,但我认为最好的方法是重构 twips 以使用 .NET 像素。重构很痛苦,但从长远来看,项目只会更好地工作。
缇和.NET
VB .NET 从 Twip 切换到像素
其他人可能有更多我错过的信息。