module/class index - library_index

Gdk::Region

Class Description

Super Class

Class Methods

new

Creates an empty region.

polygon(points, fill_rule) [undefined]
[no descrption]

Instance Methods

clipbox
get_clipbox

Returns the smallest Gdk::Rectangleenclosing this region.

empty?

Returns whether this region is empty.

intersect(region)
self & region
[no descrption]
offset(dx, dy)
[no descrption]
point_in?(x, y)
[no descrption]
rect_in(rect)
[no descrption]
self == obj
[no descrption]
shrink(dx, dy)
[no descrption]
subtract(region)
self - region
[no descrption]
union(region)
self | region
[no descrption]
union_with_rect(rect)
[no descrption]
xor(region)
[no descrption]

module/class index - library_index

Generated at Wed Oct 20 03:51:49 JST 1999 by rubyapi2