ImageDrawPoint
Syntax
ImageDrawPoint(name, x, y)Arguments
Name
Type
Required
Description
Returns
Description
Example
// Draw a point at (10, 20)
img = ImageDrawPoint(myImage, 10, 20);See Also
Notes
Was this helpful?
