绘制无闪烁线条

发布于 2024-11-17 00:47:24 字数 138 浏览 1 评论 0原文

在delphi中,可以在异或模式下重画一条线,在这种模式下笔与背景色合并并导致隐藏线,如果我们背景中有很多颜色,则线会用该颜色重绘,我怎样才能在c#, 我不想再次用背景色重画线来隐藏线 我还应该说 我想在面板鼠标移动事件中画线以将一个矩形形状连接到另一个矩形形状

In delphi there was a ability to redraw a line in xor mode ,in this mode pen merged with backcolor and caused to hide the line,and if we had many color in background the line redrew with that color,how can i do same thing in c#,
i don't wanna redraw line with backcolor again to hide line
also i should say
i want to draw line in panel mousemove event to connect one rectangle shape to another

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

感悟人生的甜 2024-11-24 00:47:24

在 .net 世界中,您基本上是重画背景色并重画线条。您可以使用 DoubleBuffering 来帮助最大程度地减少闪烁。

如果您执意要尝试老派,请查看 SetRop2 api称呼。

In the .net world, you basically redraw the backcolor and redraw your line. You can use DoubleBuffering to help minimize the flickering.

If you are dead set on trying to go old school, look into the SetRop2 api call.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文