long ( canvas-get-dc long canvas-id)
Return the device context handle belonging to the canvas. The device context must be retrieved before anything can be drawn on the canvas. If your drawing function is parameterized by a device context, you will be able to pass other types of device context to your drawing routine, such as PostScript and Windows metafile device contexts.