如何在 Flex 4 中创建/绘制动态形状
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议使用绘图 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.