K
2006-04-07 01:06:38 UTC
I have an image viewer I've written in which I've been using Scalemode =
vbTwips for just about everything (forms, pictureboxes, etc). Recently
I've implemented a rotate-picture function where I found out that in order
to make the speed of calculation and drawing anywhere near acceptable I
needed to temporarily switch to using Scalemode = vbPixels, and that worked
great. While I know that in certain situations (like when moving forms
around the screen) it is necessary to deal in twips, the question I have
is... If I were to convert all of my other routines to deal in pixels
instead of twips (routines that resize pictures, mirror them, scroll them,
etc), would I be sacrificing anything in the way of picture quality? Is
there any reason to deal in twips other than when working with the screen?
Thanks for any thoughts...
-K
vbTwips for just about everything (forms, pictureboxes, etc). Recently
I've implemented a rotate-picture function where I found out that in order
to make the speed of calculation and drawing anywhere near acceptable I
needed to temporarily switch to using Scalemode = vbPixels, and that worked
great. While I know that in certain situations (like when moving forms
around the screen) it is necessary to deal in twips, the question I have
is... If I were to convert all of my other routines to deal in pixels
instead of twips (routines that resize pictures, mirror them, scroll them,
etc), would I be sacrificing anything in the way of picture quality? Is
there any reason to deal in twips other than when working with the screen?
Thanks for any thoughts...
-K