我想在 Inkcanvas 控件 WPF 中制作动画

发布于 2024-10-30 18:41:25 字数 58 浏览 3 评论 0原文

我想在 Inkcanvas 控件中制作动画,例如绘制描边和描边路径,以便它可以在描边路径上移动,如何?

I want to make animation in Inkcanvas control like draw stroke and stroke path so it can move over the stroke path how ?

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

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

发布评论

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

评论(1

记忆消瘦 2024-11-06 18:41:25

首先从 InkCanvas 中获取笔画。

然后通过在笔划上调用 GetGeometry() 从每个笔划获取 GeometryPath。

之后,您可以在路径动画中使用 GeometryPath

如果您想沿着笔画为铅笔/画笔设置动画,如果您想让铅笔与笔画保持垂直(或以某个角度),则需要一些额外的计算。

First grab the strokes from the InkCanvas.

Then get a GeometryPath from each stroke by calling GetGeometry() on the strokes.

After that you can use the GeometryPath in a Path animation

If you want to animate a pencil/brush along the stroke you'll need some extra calculations if you want to keep the pencil perpendicular (or at some angle) to the stroke.

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