readme.md updated from https://stackedit.io/
This commit is contained in:
parent
ee38171235
commit
dc1d1428ee
17
readme.md
17
readme.md
|
@ -3132,6 +3132,7 @@ DeleteFigure(figure_id)
|
||||||
Update()
|
Update()
|
||||||
Move(self, x_direction, y_direction)
|
Move(self, x_direction, y_direction)
|
||||||
MoveFigure(self, figure, x_direction, y_direction)
|
MoveFigure(self, figure, x_direction, y_direction)
|
||||||
|
RelocateFigure(self, figure, x, y)
|
||||||
TKCanvas
|
TKCanvas
|
||||||
```
|
```
|
||||||
All of the Drawing methods return a "***figure***" that can be used move and delete the figure
|
All of the Drawing methods return a "***figure***" that can be used move and delete the figure
|
||||||
|
@ -3143,10 +3144,12 @@ DrawOval - draws an oval
|
||||||
DrawArc - draws an arc
|
DrawArc - draws an arc
|
||||||
DrawRectangle - draws a rectangle
|
DrawRectangle - draws a rectangle
|
||||||
DrawText - draws text
|
DrawText - draws text
|
||||||
|
DrawImage - places an image onto the graph
|
||||||
Erase - erases entire graph
|
Erase - erases entire graph
|
||||||
Update - changes background color
|
Update - changes background color
|
||||||
Move - moves everything an x,y direction
|
Move - moves everything an x,y direction
|
||||||
MoveFigure - moves an individual figure
|
MoveFigure - moves an individual figure by some delta
|
||||||
|
RelocateFigure - moves figure to an absolute location
|
||||||
DeleteFigure - delete an individual figure
|
DeleteFigure - delete an individual figure
|
||||||
|
|
||||||
|
|
||||||
|
@ -4988,10 +4991,10 @@ GNU Lesser General Public License (LGPL 3) +
|
||||||
|
|
||||||
#### SORRY!! Will add these back. Lost due to file length limitation
|
#### SORRY!! Will add these back. Lost due to file length limitation
|
||||||
<!--stackedit_data:
|
<!--stackedit_data:
|
||||||
eyJoaXN0b3J5IjpbLTE5NjQyNjA2NDAsODY0OTc4NzY1LC0xMD
|
eyJoaXN0b3J5IjpbLTUzODM2MTE2MSw4NjQ5Nzg3NjUsLTEwNj
|
||||||
Y1OTc4MTI2LDUxOTA1NTk0LDIwNTMxMjUxNDksLTE1Nzg3NDY1
|
U5NzgxMjYsNTE5MDU1OTQsMjA1MzEyNTE0OSwtMTU3ODc0NjU4
|
||||||
ODgsMjYwNTg0ODE0LDExMDIwODgzMzMsMTY3OTg1MDk5MiwtMT
|
OCwyNjA1ODQ4MTQsMTEwMjA4ODMzMywxNjc5ODUwOTkyLC0xND
|
||||||
Q2MTQyODEsLTYwNjM3MTE4LC01MDkzNTkxMjMsLTI0ODk3NjI5
|
YxNDI4MSwtNjA2MzcxMTgsLTUwOTM1OTEyMywtMjQ4OTc2Mjks
|
||||||
LDEzMDc2OTI1OSwtMjk2NzgzNTUsLTc3NDA3NDIzMCwyNjYzNj
|
MTMwNzY5MjU5LC0yOTY3ODM1NSwtNzc0MDc0MjMwLDI2NjM2ND
|
||||||
Q0MTcsNDQ5NDMzMjQzLC0xMTQ4NDkwNjIzXX0=
|
QxNyw0NDk0MzMyNDMsLTExNDg0OTA2MjNdfQ==
|
||||||
-->
|
-->
|
Loading…
Reference in New Issue