Method: TkImage#width

Defined in:
lib/tk/image.rb

#widthObject



83
84
85
# File 'lib/tk/image.rb', line 83

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