0
使用Flex 4 AIR,我可以爲line和bordercontainer設置最大的widtha和height是多少?邊框容器的最大寬度和高度
bc:borderContainer = new borderContainer();
bc.width = 80000;
bc.height = 80000;
使用Flex 4 AIR,我可以爲line和bordercontainer設置最大的widtha和height是多少?邊框容器的最大寬度和高度
bc:borderContainer = new borderContainer();
bc.width = 80000;
bc.height = 80000;
我認爲在Flex 4中,組件的最大尺寸是1600萬像素,最大尺寸是8191像素。這是如果您的目標是FlashPlayer 10.在查看BitmapData類API時可以看到此信息。
超過將是實際使用。 – cwallenpoole
爲什麼你會有一個80000像素的組件?!? –