mojo:mojo.graphics.Canvas.DrawImage
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. |