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.
我正在将一些代码从 c++ 移植到 c#。我环顾四周,在 C# 中找不到与 DrawDragRect 等效的简单方法。有什么建议么 ?
ControlPaint.DrawReversibleFrame
主要区别在于需要进行 2 次调用 - 一次使用旧的 rect,另一次使用新的。 CDC::DrawDragRect一次通话就完成了。
CDC::DrawDragRect