Programming Course for Beginners - ZedLX

The Easiest Online Computer Programming Course, for Free

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

The getter function .putImage from type image puts one image onto another.

The signature of this getter function is:

  • image image.putImage(
    • image img,
    • point2D p
    • )

Loading...