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.
精彩评论