A dc<%> object is a device context for drawing graphics and text. It represents output devices in a generic way; e.g., a canvas has a device context, as does a printer.
The drawing methods, such as draw-rectangle, accept real number values as arguments, but the results are only well-defined when the drawing coordinates are in the range -16383 to 16383. This restriction applies to the coordinates both before and after offsets and scaling factors are applied.
Methods