Method: Fox::FXRegion#contains?

Defined in:
rdoc-sources/FXRegion.rb,
rdoc-sources/FXRegion.rb

#contains?(x, y, w, h) ⇒ Boolean

Return true if this region contains the rectangle whose upper left corner is at (x, y) and whose width and height are (w, h).

Returns:

  • (Boolean)


28
# File 'rdoc-sources/FXRegion.rb', line 28

def contains?(x, y); end