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