new
Creates an empty region.
polygon(points, fill_rule)
[undefined]
clipbox
get_clipbox
Returns the smallest
Gdk::Rectangle
enclosing this region.
empty?
Returns whether this region is empty.
intersect(region)
self & region
offset(dx, dy)
point_in?(x, y)
rect_in(rect)
self == obj
shrink(dx, dy)
subtract(region)
self - region
union(region)
self | region
union_with_rect(rect)
xor(region)
Generated at Wed Oct 20 03:51:49 JST 1999 by rubyapi2