DrawableImage::Scroll
Previous
|
Next
DrawableImage::Scroll
DrawableImage
void
Scroll
(
int
x
,
int
y
);
Description
Scroll scrolls an image by a certain (x, y) pixel amount.
Parameters
Parameters
Description
int x
The amount by which to scroll horizontally.
int y
The amount by which to scroll vertically.