Method: WindowGeometry::X::GC#fill_rectangle

Defined in:
lib/window_geometry/x.rb

#fill_rectangle(x, y, width, height) ⇒ Object



393
394
395
# File 'lib/window_geometry/x.rb', line 393

def fill_rectangle(x, y, width, height)
  X11::XFillRectangle(@display, @window, @gc, x, y, width, height)
end