开发者

border container maximum width and height

Using Flex 4 AIR, 开发者_如何学运维what is the maximum widtha and height I can set for line and the bordercontainer?

bc:borderContainer = new borderContainer();
bc.width = 80000;
bc.height = 80000;


I think in Flex 4 the largest size of a component is 16 million pixels with the largest dimension being 8,191 pixels. This is if you are targeting FlashPlayer 10. This information can be seen when looking at the BitmapData class API.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜