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