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.
我DashStyle.Dash在渲染我的对象层次结构时使用。我的应用程序Graphics.Transform广泛使用,我发现在某些比例值(包括 100% 的比例)和某些旋转角度下,Graphics.DrawLine使用OutOfMemoryException带有DashStyle.Dash. 使用谷歌我发现这是一个众所周知的 问题。微软告诉我们这不是一个阻塞 问题。到目前为止,我还没有找到解决这个问题的方法。
DashStyle.Dash
Graphics.Transform
Graphics.DrawLine
OutOfMemoryException
我有哪些选择?
我刚刚遇到了同样的问题。经过进一步调查,我发现了以下内容。
LineCapRound
DashCapRound
LineCapSquare
DashCapFlat
我的最终解决方案是不画零宽度线!