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 numbers
send an-editor editor-location-to-dc-location x y)
x : real number
y : real number
Returns the equivalent of x and y translated from editor
coordinates to DC drawing coordinates.