Method: Fox::FXRegion#contains?
- Defined in:
-
rdoc-sources/FXRegion.rb,
rdoc-sources/FXRegion.rb
Return true if this region contains the rectangle whose upper left corner is at (x, y) and whose width and height are (w, h).
28 |
# File 'rdoc-sources/FXRegion.rb', line 28 def contains?(x, y); end |