Artifact 06ca7a82a61fef85ace33c80d677822977232a88:
- File canvas-draw/api/play.wiki — part of check-in [ed10f826ff] at 2011-01-30 17:39:09 on branch trunk — Re-ran configure in ffcall and imported canvas-draw source (user: matt, size: 618) [annotate] [blame] [check-ins using]
play Module
Synopsis
Racket | (require (planet murphy/canvas-draw:1:0/play)) |
---|---|
CHICKEN | (require-extension canvas-draw-play) |
Replay functionality.
Context Content Replay
(canvas-play! [canvas canvas?] [context context?] [x0 integer?] [x1 integer?] [y0 integer?] [y1 integer?] [data (or/c string? pointer?)]) → void?
Replays the drawing contained in the context with the given data in the given canvas.