index

draw

描画

require "dxruby"
img = Image.new 100 , 100 , [100,140,190]
x = y = 200
Window.loop do
  Window.draw x , y , img
end