UILoader 大小为 200x200 像素。但是当我将大图像加载到这个小方块(图像大小如 600x600 像素)时,它看起来并不平滑。我试过了:
theUILoader.source = "a.png";
Bitmap(theUILoader.content).smoothing = true;
但它不起作用。
UILoader 大小为 200x200 像素。但是当我将大图像加载到这个小方块(图像大小如 600x600 像素)时,它看起来并不平滑。我试过了:
theUILoader.source = "a.png";
Bitmap(theUILoader.content).smoothing = true;
但它不起作用。