dc-location-to-editor-location in editor<%>
Converts the given coordinates from top-level display coordinates
(usually canvas coordinates) to editor location coordinates. The
same calculation is performed by
global-to-local.
The result is only valid when the editor is displayed (see Basic Organization).
See also
editor-location-to-dc-location.
(-> two real numberssendan-editordc-location-to-editor-locationxy)
x: real number
y: real numberReturns the equivalent of
xandytranslated from DC coordinates to editor drawing coordinates.