如何在 Flex 4 中创建/绘制动态形状

发布于 2024-09-13 03:20:49 字数 225 浏览 2 评论 0原文

我是 flex 中的新蜜蜂,我想绘制不同的动态形状..下面给出了示例 url。

任何建议将不胜感激..

http://www.onlinelabels.com/maestro -标签设计软件.htm

Im a new bee in flex , I want to draw different dynamic shapes.. a sample url is given below.

Any suggestion would be appreciated..

http://www.onlinelabels.com/maestro-label-design-software.htm

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

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

发布评论

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

评论(1

丿*梦醉红颜 2024-09-20 03:20:49

我建议使用绘图 API 来动态绘制形状。

这是一个很好的资源,可以帮助您开始使用 ActionScript 3 绘图命令

还可以使用 Flex 4 中新的 Spark 基元(例如 Rect)来生成一些相当复杂的形状,并具有一定的创造力。

另外,这不是运行时动态选项,但您可以使用 FXG 执行任何操作。在 Illustrator CS5 或 Flash CS5 中构建形状并导出为 FXG,然后导入到 Flex 4 中。

I recommend using the drawing API to dynamically draw shapes.

Here is a good resource to get you started Using ActionScript 3 drawing commands

You can also use the new spark primitives (such as Rect) in Flex 4 to generate some fairly sophisticated shapes with a bit of creativity.

Also, not a a run time dynamic option but you can do just about anything using FXG. Build your shapes in Illustrator CS5 or Flash CS5 and export as FXG and then import into Flex 4.

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