Learn to Program with ZedLX

Free Online Programming Course for Beginners

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

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

The signature of this functional getter is:

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

Loading...