ImageDrawLine
Syntax
ImageDrawLine(name, x1, y1, x2, y2)Arguments
Name
Type
Required
Description
Returns
Description
Example
See Also
Notes
Was this helpful?
ImageDrawLine(name, x1, y1, x2, y2)Was this helpful?
Was this helpful?
// Draw a line from (10, 20) to (100, 50)
img = ImageDrawLine(myImage, 10, 20, 100, 50);