mojo:mojo.graphics.Canvas.DrawImage

Method DrawImage:Void( image:Image,tx:Float,ty:Float )
Method DrawImage:Void( image:Image,tx:Float,ty:Float,rz:Float )
Method DrawImage:Void( image:Image,tx:Float,ty:Float,rz:Float,sx:Float,sy:Float )
Method DrawImage:Void( image:Image,tv:std.geom.Vec2f )
Method DrawImage:Void( image:Image,tv:std.geom.Vec2f,rz:Float )
Method DrawImage:Void( image:Image,tv:std.geom.Vec2f,rz:Float,sv:std.geom.Vec2f )

Draws an image.

Draws an image using the current Color, BlendMode and Matrix.

Parameters
tx tx X coordinate to draw image at.
ty ty Y coordinate to draw image at.
tv tv X/Y coordinates to draw image at.
rz rz Rotation angle, in radians, for drawing.
sx sx X axis scale factor for drawing.
sy sy Y axis scale factor for drawing.
sv sv X/Y scale factor for drawing.