0.45+9.1.0.1
4.1 Generic Drawing Context
One way to get a drawing context is Bitmap.make_dc.
See Drawing Operations for most methods of DC.
property | |
| |
property | |
| |
property | |
The size of the drawing area: width, height, or both.
The DC.handle property returns a Racket object that
corresponds to the drawing context for use directly with
racket/draw. The DC.from_handle function
creates a DC from such a Racket object.