BETA ActionScript® 3.0 Reference for the Adobe® Flash® Platform
Home  |  Hide Packages and Classes List |  Packages  |  Classes  |  What's New  |  Index  |  Appendixes

Language Reference only
Filters: Retrieving Data from Server...
Retrieving Data from Server...
mx.graphics 

BitmapScaleMode  - AS3 Flex

(Preview)
Packagemx.graphics
Classpublic final class BitmapScaleMode
InheritanceBitmapScaleMode Inheritance Object

Language Version: ActionScript 3.0
Product Version: Flex 4.5
Runtime Versions: Flash Player 10, AIR 1.5

The BitmapScaleMode class defines an enumeration for the scale modes that determine how a BitmapImage scales image content when fillMode is set to mx.graphics.BitmapFillMode.SCALE.

Related API Elements



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
Public Methods
 MethodDefined By
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Public Constants
 ConstantDefined By
  LETTERBOX : String = "letterbox"
[static] The bitmap fill is scaled while maintaining the aspect ratio of the original content.
BitmapScaleMode
  STRETCH : String = "stretch"
[static] The bitmap fill stretches to fill the region.
BitmapScaleMode
  ZOOM : String = "zoom"
[static] The bitmap fill is scaled and cropped such that the aspect ratio of the original content is maintained and no letterbox or pillar box is displayed.
BitmapScaleMode
Constant Detail

LETTERBOX

Constant
public static const LETTERBOX:String = "letterbox"

Language Version: ActionScript 3.0
Product Version: Flex 4.5
Runtime Versions: Flash Player 10, AIR 1.5

The bitmap fill is scaled while maintaining the aspect ratio of the original content.

STRETCH

Constant 
public static const STRETCH:String = "stretch"

Language Version: ActionScript 3.0
Product Version: Flex 4.5
Runtime Versions: Flash Player 10, AIR 1.5

The bitmap fill stretches to fill the region.

ZOOM

Constant 
public static const ZOOM:String = "zoom"

Language Version: ActionScript 3.0
Product Version: Flex 4.6
Runtime Versions: Flash Player 11, AIR 3

The bitmap fill is scaled and cropped such that the aspect ratio of the original content is maintained and no letterbox or pillar box is displayed.