欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

Flex Gumbo 通過smooth屬性設(shè)置BitmapGraphic對(duì)象平滑度的例子

 更新時(shí)間:2009年06月09日 13:07:43   作者:  
接下來的例子演示了Flex Gumbo中如何通過smooth屬性,設(shè)置BitmapGraphic對(duì)象平滑度。
復(fù)制代碼 代碼如下:

<?xml version="1.0" encoding="utf-8"?>
<Application name="BitmapGraphic_smooth_test"
xmlns="http://ns.adobe.com/mxml/2009"
layout="vertical"
verticalAlign="middle"
backgroundColor="white">

<ApplicationControlBar dock="true">
<Form styleName="plain">
<FormItem label="smooth:">
<CheckBox id="checkBox" />
</FormItem>
<FormItem label="rotation:">
<HSlider id="slider"
minimum="0"
maximum="360"
snapInterval="1"
tickInterval="15"
liveDragging="true" />
</FormItem>
</Form>
</ApplicationControlBar>

<Graphic>
<BitmapGraphic id="bitmapGraphic"
source="@Embed('assets/fx_appicon-tn.gif')"
rotation="{slider.value}"
smooth="{checkBox.selected}" />
</Graphic>

</Application>

相關(guān)文章

最新評(píng)論