| Pacchetto | mx.graphics |
| Classe | public final class BitmapFillMode |
| Ereditarietà | BitmapFillMode Object |
| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 4 |
| Versioni runtime: | Flash Player 10, AIR 1.5 |
Elementi API correlati
Proprietà pubbliche
Metodi pubblici
Costanti pubbliche
| Costante | Definito da | ||
|---|---|---|---|
| CLIP : String = "clip" [statico]
The bitmap ends at the edge of the region. | BitmapFillMode | ||
| REPEAT : String = "repeat" [statico]
The bitmap is repeated to fill the region. | BitmapFillMode | ||
| SCALE : String = "scale" [statico]
The bitmap fill stretches to fill the region. | BitmapFillMode | ||
Descrizione delle costanti
CLIP | Costante |
public static const CLIP:String = "clip"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 4 |
| Versioni runtime: | Flash Player 10, AIR 1.5 |
The bitmap ends at the edge of the region.
REPEAT | Costante |
public static const REPEAT:String = "repeat"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 4 |
| Versioni runtime: | Flash Player 10, AIR 1.5 |
The bitmap is repeated to fill the region.
SCALE | Costante |
public static const SCALE:String = "scale"| Versione linguaggio: | ActionScript 3.0 |
| Versione prodotto: | Flex 4 |
| Versioni runtime: | Flash Player 10, AIR 1.5 |
The bitmap fill stretches to fill the region.
Tue Jun 12 2018, 02:44 PM Z
Nascondi proprietà pubbliche ereditate
Mostra proprietà pubbliche ereditate