Home | History | Annotate | Download | only in tkinter

Lines Matching defs:zoom

3561     def zoom(self, x, y=''):
3563 but zoom it with a factor of x in the X direction and y in the Y
3568 self.tk.call(destImage, 'copy', self.name, '-zoom',x,y)