- canvas-paste-chars CANVAS SOURCE-CANVAS #!optional X Y TRANSprocedure
Paste the SOURCE-CANVAS into CANVAS at lower-left X Y.
- X
- fixnum : x, default is 0
- Y
- fixnum : y, default is 0
- TRANS
- (char char fixnum fixnum) ; transformation function (see canvas-paste)
The returned canvas is the TARGET-CANVAS.