Method: TkImage#height
- Defined in:
- lib/tk/image.rb
#height ⇒ Object
93 94 95 |
# File 'lib/tk/image.rb', line 93 def height number(tk_call_without_enc('image', 'height', @path)) end |
93 94 95 |
# File 'lib/tk/image.rb', line 93 def height number(tk_call_without_enc('image', 'height', @path)) end |