变换形成曲线

发布于 2025-01-07 21:53:40 字数 93 浏览 1 评论 0原文

有没有办法创建矩阵变换或任何其他变换来弯曲屏幕上的矩形元素?假设我有一个长矩形:宽度=50,高度=500。向下的 2/3 我希望它旋转 90 度。

谢谢你!

Is there a way to create a matrix transform or any other transformation to bend a rectangular element on the screen? Say I have a long rectangle: width=50 and height = 500. And 2/3 of the way down I want it to turn 90 degrees.

Thank you!

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

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

发布评论

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

评论(2

枕花眠 2025-01-14 21:53:40

我认为您正在寻找的是各种 Geometry 类,尤其是 PathGeometry。
这些链接是一个好的开始:

http://msdn.microsoft.com/en- us/library/ms747393.aspx

http://msdn.microsoft.com/en-us/library/ms751808.aspx

I think what you're looking for are the various Geometry classes, especially PathGeometry.
These links are a good start:

http://msdn.microsoft.com/en-us/library/ms747393.aspx

http://msdn.microsoft.com/en-us/library/ms751808.aspx

带刺的爱情 2025-01-14 21:53:40

您可以使用像素着色器(WPF 中的效果),但这将使该区域的命中测试变得无用。

You could use a pixel shader (effect in WPF), however this will render the hit test in that area useless.

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