Return the height of the image.
(self)
| 4387 | config = configure |
| 4388 | |
| 4389 | def height(self): |
| 4390 | """Return the height of the image.""" |
| 4391 | return self.tk.getint( |
| 4392 | self.tk.call('image', 'height', self.name)) |
| 4393 | |
| 4394 | def type(self): |
| 4395 | """Return the type of the image, e.g. "photo" or "bitmap".""" |