Method: Fox::FXWindow#translateCoordinatesTo
- Defined in:
- rdoc-sources/FXWindow.rb
#translateCoordinatesTo(toWindow, fromX, fromY) ⇒ Object
Translate coordinates (fromX, fromY) from this window’s coordinate system to toWindow’s coordinate system. Returns a two-element array containing the coordinates in toWindow’s coordinate system.
710 |
# File 'rdoc-sources/FXWindow.rb', line 710 def translateCoordinatesTo(toWindow, fromX, fromY) ; end |