Nicolai Hess wrote
> You can create a new Form... warpblt into this form...

Ah, thanks. That worked. It became:
    drawOn: aCanvas

        | tempForm |
        tempForm := Form extent: self innerBounds extent depth: self image 
depth.
        (WarpBlt current toForm: tempForm)
                sourceForm: self image destRect: tempForm relativeRectangle;
                combinationRule: Form paint;
                cellSize: 1;
                warpBits.
        aCanvas drawImage: tempForm at: self innerBounds origin



-----
Cheers,
Sean
--
View this message in context: 
http://forum.world.st/Canvas-Transform-Width-and-Height-Independently-tp4806749p4806765.html
Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Reply via email to