是否可以擦除 NSRectFill 绘制的图形?

发布于 2024-11-17 18:41:05 字数 80 浏览 2 评论 0原文

我一直在使用 NSRectFill 在屏幕上绘制矩形。我想删除这些矩形。我无法在它们上面绘画,因为它们后面的背景有纹理,无法用纯色复制。这可能吗?

I have been using NSRectFill to draw rectangles on the screen. I would like to erase these rectangles. I can't paint over them, as the back ground behind them is textured and can't be replicated with a solid color. Is this possible?

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

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

发布评论

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

评论(2

和我恋爱吧 2024-11-24 18:41:05

我不太了解 Objective-C 或 Cocoa,所以我无法向您提供详细信息,但这就是我面向 Windows 的思维的想法:

只需请求重绘窗口,然后不绘制矩形。

I don't know much Objective-C, or Cocoa, so I can't give you details, but here's how my Windows oriented mind thinks:

Simply request a redrawing of the window, and then don't paint the rectangles.

孤蝉 2024-11-24 18:41:05

重新画一下背景就可以了。

Just draw the background again.

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