Re: Smooth lines in Picturebox

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Have changed the ScaleMode for the Picturebox to pixels, but it made no difference.
So it looks I will need to use some smoothing algorythm. Not sure though if if worth it as the
jaggedness is not that bad and I take such an algorythm will slow the drawing down quite a lot.

RBS


"J French" <erewhon@xxxxxxxxxx> wrote in message news:452b75c5.257529672@xxxxxxxxxxxxxxxxxxx
On 10 Oct 2006 01:33:31 -0700, "bart.smissaert@xxxxxxxxx"
<bart.smissaert@xxxxxxxxx> wrote:

I would work in Pixels

OK, how do I do that?

Set your ScaleMode for the PictureBox to vbPixels

(you would have to do that for APIs anyway)

.