Class: Cairo::Context

Inherits:
Object
  • Object
show all
Defined in:
lib/morandi/cairo_ext.rb

Overview

Add Cairo::Context#set_source_pixbuf without gtk2 depdendency

Instance Method Summary collapse

Instance Method Details

#set_source_pixbuf(pixbuf, x = 0, y = 0) ⇒ Object



44
45
46
# File 'lib/morandi/cairo_ext.rb', line 44

def set_source_pixbuf(pixbuf, x = 0, y = 0)
  set_source(pixbuf.to_cairo_image_surface, x, y)
end