ImageCrop
Syntax
ImageCrop(name, x, y, width, height)Arguments
Name
Type
Required
Description
Returns
Description
Example
See Also
Notes
Last updated
Was this helpful?
ImageCrop(name, x, y, width, height)Last updated
Was this helpful?
Was this helpful?
// Crop a 100x50 region at position (10, 20)
img = ImageCrop(myImage, 10, 20, 100, 50);