码迷,mamicode.com
首页 > 其他好文 > 详细

Flex 绘制圆形并填充图片

时间:2017-05-16 14:50:05      阅读:132      评论:0      收藏:0      [点我收藏+]

标签:otto   top   bit   lex   ott   article   class   scale   nbsp   


注意:Ellipse 绘制椭圆,当width = height 时 则绘制圆形。

BitmapFill:填充图片

<s:Group id="gpimgUser" width="25" height="25" click="clickHandler(gpimgUser)">

                <s:Ellipse id="ellipse" top="0" right="0" bottom="0" left="0">
                    <s:fill>
                        <s:BitmapFill id="imgUser" fillMode="scale"/>
                    </s:fill>
                </s:Ellipse>
</s:Group>

Flex 绘制圆形并填充图片

标签:otto   top   bit   lex   ott   article   class   scale   nbsp   

原文地址:http://www.cnblogs.com/gccbuaa/p/6860718.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!