套件 | mx.graphics |
類別 | public final class BitmapFillMode |
繼承 | BitmapFillMode Object |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4 |
執行階段版本: | Flash Player 10, AIR 1.5 |
相關 API 元素
公用常數
常數 | 定義自 | ||
---|---|---|---|
CLIP : String = "clip" [靜態]
The bitmap ends at the edge of the region. | BitmapFillMode | ||
REPEAT : String = "repeat" [靜態]
The bitmap is repeated to fill the region. | BitmapFillMode | ||
SCALE : String = "scale" [靜態]
The bitmap fill stretches to fill the region. | BitmapFillMode |
常數詳細資訊
CLIP | 常數 |
public static const CLIP:String = "clip"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4 |
執行階段版本: | Flash Player 10, AIR 1.5 |
The bitmap ends at the edge of the region.
REPEAT | 常數 |
public static const REPEAT:String = "repeat"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4 |
執行階段版本: | Flash Player 10, AIR 1.5 |
The bitmap is repeated to fill the region.
SCALE | 常數 |
public static const SCALE:String = "scale"
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4 |
執行階段版本: | Flash Player 10, AIR 1.5 |
The bitmap fill stretches to fill the region.
Tue Jun 12 2018, 03:47 PM Z