Method: TkImage#width

Defined in:
lib/tk/image.rb

#widthObject



102
103
104
# File 'lib/tk/image.rb', line 102

def width
  number(tk_call_without_enc('image', 'width', @path))
end