Canvas Draw

Documentation
Login

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.