You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: py5_docs/Reference/api_en/Sketch_copy.txt
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,8 @@ Copies a region of pixels from the display window to another area of the display
27
27
28
28
This function ignores [](sketch_image_mode).
29
29
30
+
If you want to create a new image with the contents of a rectangular region of the sketch, check out [](sketch_get_pixels) where x, y, w, h, are the position and dimensions of the area to be copied. It will return a `Py5Image` object.
0 commit comments