User Tools

Site Tools


notes:cprog:fall2023:projects:gtf0

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
notes:cprog:fall2023:projects:gtf0 [2023/09/07 01:25] – [DRAWING A LINE] xcroftnotes:cprog:fall2023:projects:gtf0 [2023/09/07 01:47] (current) – [DRAWING A LINE] xcroft
Line 54: Line 54:
  
  
-====DRAWING A LINE====                           x^2 y^2   color +====DRAWING A LINE====                             
-Command for a Line is gdImageLine (image, 940940960960white);+Command for a Line is gdImageLine (image, xyx^2y^2color);
 ====DRAWING A RECTANGLE==== ====DRAWING A RECTANGLE====
 +Command is gdImageRectangle (image, x, y, x^2, y^2, color);
 ====FILLING AN ENCLOSED SPACE==== ====FILLING AN ENCLOSED SPACE====
 +Do  gdImageFill (image, x, y, color);
  
 ====DRAWING A FILLED RECTANGLE==== ====DRAWING A FILLED RECTANGLE====
notes/cprog/fall2023/projects/gtf0.1694049901.txt.gz · Last modified: 2023/09/07 01:25 by xcroft