具有图像纹理的 WPF 画笔
使用 WPF,我有一个 InkCanvas,其背景设置为图像。我想用具有另一张图像纹理的画笔在该图像上绘制。我知道可以使用 ImageBrush 并将其源设置为图像,但我的理解是您只能一次绘制整个形状(例如填充矩形)。我希望能够在 InkCanvas 上绘画,无论我在哪里描画,都可以在上面绘制其他图像。我该怎么做?
Using WPF, I have an InkCanvas which has its background set to an image. I want to draw over this image with a brush that has the texture of another image. I know it's possible to use an ImageBrush and set the source of it to an image, but my understanding is you can only paint an entire shape at once (e.g. fill a rectangle). I want to be able to paint on my InkCanvas and wherever I stroke, have this other image draw on top. How can I do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论