套件 | mx.graphics |
類別 | public final class BitmapSmoothingQuality |
繼承 | BitmapSmoothingQuality Object |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.5 |
執行階段版本: | Flash Player 10, AIR 1.5 |
smooth
is true.
公用常數
常數 | 定義自 | ||
---|---|---|---|
DEFAULT : String = "default" [靜態]
Default smoothing algorithm is used when scaling,
consistent with quality of the stage (stage.quality). | BitmapSmoothingQuality | ||
HIGH : String = "high" [靜態]
High quality smoothing algorithm is used when scaling. | BitmapSmoothingQuality |
常數詳細資訊
DEFAULT | 常數 |
public static const DEFAULT:String = "default"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.5 |
執行階段版本: | Flash Player 10, AIR 1.5 |
Default smoothing algorithm is used when scaling, consistent with quality of the stage (stage.quality).
HIGH | 常數 |
public static const HIGH:String = "high"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.5 |
執行階段版本: | Flash Player 10, AIR 1.5 |
High quality smoothing algorithm is used when scaling. Used when a higher quality (down-sampled) scale is preferred. This option yields the best results when the image is scaled to a size equal to the aspect ratio of the original image and is useful for generating high quality thumbnails.
Tue Jun 12 2018, 03:47 PM Z