<br><font size=2 face="sans-serif">Hello all,</font>
<br>
<br><font size=2 face="sans-serif">I'm looking for help understanding how
to crop an image (or otherwise set its dimensions) in memory just after
it's drawn. I'm drawing images that need to be different sizes according
to their content, and it's not practical to figure out the dimensions before
doing the actual drawing.</font>
<br>
<br><font size=2 face="sans-serif">I have the idea in mind to draw on a
larger-than-necessary surface, track the extents of my drawing, and then
crop off the extra space.</font>
<br>
<br><font size=2 face="sans-serif">Is that a good approach? If so,
could I get some advice as to how the cropping step can be accomplished?</font>
<br>
<br><font size=2 face="sans-serif">Best regards,</font>
<br>
<br><font size=2 face="sans-serif"> - Marty</font>