获取画布的一部分

发布于 2024-11-30 13:46:36 字数 61 浏览 1 评论 0原文

我怎样才能只得到画布的绘制部分。我希望用户在屏幕上绘图,但仅显示视图的绘制部分。有什么方法可以做到这一点吗?

How can i get only the drawn part of a canvas. I want the user to draw on the screen , but display only the drawn part of the view.Is there any way to do this?

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

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

发布评论

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

评论(1

话少情深 2024-12-07 13:46:36

Canvas 用于在位图上绘图。您可以启用缓存并使用命令 buildDrawingCache,这将返回画布使用的位图。这将绘制部分,其余部分将是透明的。

Canvas is used to draw on bitmaps. You can enable the cache and use the command buildDrawingCache and this will return the bitmap the canvas uses. This will the draw parts and the rest will be transparent.

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