Programming Course for Beginners - ZedLX

The Easiest Online Computer Programming Course, for Free

Drawing on Images and Auto-assign [9/12]

The getter function .tile from type image creates a new image made of tiled copies of another image.

The signature of this getter function is:

  • image image.tile(
    • int resultSizeX,
    • int resultSizeY,
    • point2D position
    • )

Loading...