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