Programming Course for Beginners - ZedLX

The Easiest Online Computer Programming Course, for Free

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

The getter function .cropResize from type image returns a specified part of the image an resizes it to form a new image.

The signature of this getter function is:

  • image image.cropResize(
    • point2D position, (top-left corner)
    • vector2D size,
    • int resultSizeX,
    • int resultSizeY
    • )

Loading...