Packageaway3d.core.draw
Classpublic class DrawScaledBitmap
InheritanceDrawScaledBitmap Inheritance DrawPrimitive

Scaled bitmap primitive

Public Properties
 PropertyDefined by
  bitmap : BitmapData
DrawScaledBitmap
  bottomleft : ScreenVertex
DrawScaledBitmap
  bottomright : ScreenVertex
DrawScaledBitmap
 Inheritedcreate : Function
DrawPrimitive
  height : Number
DrawScaledBitmap
  left : ScreenVertex
DrawScaledBitmap
 InheritedmaxX : Number
DrawPrimitive
 InheritedmaxY : Number
DrawPrimitive
 InheritedmaxZ : Number
DrawPrimitive
 InheritedminX : Number
DrawPrimitive
 InheritedminY : Number
DrawPrimitive
 InheritedminZ : Number
DrawPrimitive
 Inheritedprojection : Projection
DrawPrimitive
 Inheritedquadrant : PrimitiveQuadrantTreeNode
DrawPrimitive
  rotation : Number
DrawScaledBitmap
  scale : Number
DrawScaledBitmap
 InheritedscreenZ : Number
DrawPrimitive
  smooth : Boolean
DrawScaledBitmap
 Inheritedsource : Object3D
DrawPrimitive
  top : ScreenVertex
DrawScaledBitmap
  topleft : ScreenVertex
DrawScaledBitmap
  topright : ScreenVertex
DrawScaledBitmap
  v : ScreenVertex
DrawScaledBitmap
  width : Number
DrawScaledBitmap
Public Methods
 MethodDefined by
  
DrawScaledBitmap
(object:Object3D, smooth:Boolean, bitmap:BitmapData = null)
DrawScaledBitmap
  
calc():void
DrawScaledBitmap
  
clear():void
DrawScaledBitmap
  
contains(x:Number, y:Number):Boolean
DrawScaledBitmap
 Inherited
getZ(x:Number, y:Number):Number
DrawPrimitive
 Inherited
quarter(focus:Number):Array
DrawPrimitive
  
render():void
DrawScaledBitmap
 Inherited
shade():void
DrawPrimitive
 Inherited
toString():String
DrawPrimitive
Protected Methods
 MethodDefined by
 Inherited
assert(statement:Boolean, message:String = "Assert failure"):void
[static]
DrawPrimitive
Property detail
bitmapproperty
public var bitmap:BitmapData
bottomleftproperty 
public var bottomleft:ScreenVertex
bottomrightproperty 
public var bottomright:ScreenVertex
heightproperty 
public var height:Number
leftproperty 
public var left:ScreenVertex
rotationproperty 
public var rotation:Number
scaleproperty 
public var scale:Number
smoothproperty 
public var smooth:Boolean
topproperty 
public var top:ScreenVertex
topleftproperty 
public var topleft:ScreenVertex
toprightproperty 
public var topright:ScreenVertex
vproperty 
public var v:ScreenVertex
widthproperty 
public var width:Number
Constructor detail
DrawScaledBitmap()constructor
public function DrawScaledBitmap(object:Object3D, smooth:Boolean, bitmap:BitmapData = null)Parameters
object:Object3D
 
smooth:Boolean
 
bitmap:BitmapData (default = null)
Init Parameters
Method detail
calc()method
public function calc():void
clear()method 
public override function clear():void
contains()method 
public override function contains(x:Number, y:Number):Boolean Parameters
x:Number
 
y:Number

Returns
Boolean
render()method 
public override function render():void
Wiki link
Click to go to the wiki page for 'away3d.core.draw.DrawScaledBitmap'

Code examples

Comments