Paket | mx.graphics |
Sınıf | public final class BitmapFillMode |
Miras Alma | BitmapFillMode Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
İlgili API Öğeleri
Genel Sabitler
Sabit | Tanımlayan: | ||
---|---|---|---|
CLIP : String = "clip" [statik]
The bitmap ends at the edge of the region. | BitmapFillMode | ||
REPEAT : String = "repeat" [statik]
The bitmap is repeated to fill the region. | BitmapFillMode | ||
SCALE : String = "scale" [statik]
The bitmap fill stretches to fill the region. | BitmapFillMode |
Sabit Ayrıntısı
CLIP | Sabit |
public static const CLIP:String = "clip"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
The bitmap ends at the edge of the region.
REPEAT | Sabit |
public static const REPEAT:String = "repeat"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
The bitmap is repeated to fill the region.
SCALE | Sabit |
public static const SCALE:String = "scale"
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
The bitmap fill stretches to fill the region.
Tue Jun 12 2018, 01:09 PM Z