diff --git a/readme.md b/readme.md index a923189b..027ddb4c 100644 --- a/readme.md +++ b/readme.md @@ -3131,7 +3131,8 @@ Erase(background_color) DeleteFigure(figure_id) Update() 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 ``` 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 DrawRectangle - draws a rectangle DrawText - draws text +DrawImage - places an image onto the graph Erase - erases entire graph Update - changes background color 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 @@ -4988,10 +4991,10 @@ GNU Lesser General Public License (LGPL 3) + #### SORRY!! Will add these back. Lost due to file length limitation \ No newline at end of file