<mx:Image 	
		  maintainAspectRatio="true"
		  scaleContent="true"
		  horizontalCenter="0"
		  verticalCenter="0"
		  source="{source}"/>
在加载完图片后
Bitmap(img.content).smoothing = true;
img.percentHeight = 100;
img.percentWidth = 100;

相关文章:

  • 2022-01-01
  • 2021-12-11
  • 2022-12-23
  • 2021-09-30
  • 2022-01-25
  • 2022-12-23
  • 2022-12-23
  • 2021-12-12
猜你喜欢
  • 2021-05-07
  • 2022-12-23
  • 2022-12-23
  • 2021-12-14
  • 2021-06-24
  • 2022-12-23
  • 2021-12-23
相关资源
相似解决方案