-
class
static class
A region of an image which can be rendered to
Canvases and turned into a texture
(which is a
Tile of the original image's texture).
class
An implementation detail.
Draws image at the specified location (x, y).
Draws a scaled image at the specified location (x, y) size (w x h).
Canvas.draw(Canvas.Drawable image,
float dx,
float dy,
float dw,
float dh,
float sx,
float sy,
float sw,
float sh)
Draws a subregion of a image (sw x sh) @ (sx, sy) at the specified size
(dw x dh) and location (dx, dy).
Draws image centered at the specified location.