REALbasic : Scaling an image for display on a canvas
Saturday, May 20th, 2006In VFP, it’s easy to display a simple image on a form and VFP will take care of scaling the image based on the “Stretch” setting. “0″ will clip the image; “1″ will stretch the image isometrically; “2″ will do a full stretch of the image based on the size of the image control.
In […]