This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
notes:c4eng:fall2024:projects:gtf0 [2024/09/11 23:34] – [DRAWING A RECTANGLE] dprado | notes:c4eng:fall2024:projects:gtf0 [2024/09/11 23:38] (current) – [DRAWING AN ELLIPSE] dnayo | ||
---|---|---|---|
Line 28: | Line 28: | ||
====MIXING A COLOR==== | ====MIXING A COLOR==== | ||
====DRAWING A LINE==== | ====DRAWING A LINE==== | ||
- | Use Function gdImageLine(image, | + | Use Function |
====DRAWING A RECTANGLE==== | ====DRAWING A RECTANGLE==== | ||
- | Use function gdImageRectangle(image, | + | Use function |
====FILLING AN ENCLOSED SPACE==== | ====FILLING AN ENCLOSED SPACE==== | ||
Use code, " | Use code, " | ||
Line 39: | Line 39: | ||
Use code, " | Use code, " | ||
====DRAWING AN ELLIPSE==== | ====DRAWING AN ELLIPSE==== | ||
+ | Use code " | ||