A
active
How can I increase the size of a bitmap while preserving the image in it.
I tried (among many other things) :
b1 = New Drawing.Bitmap(b1, picData.Width, picData.Height)
and it doesn't seem to work.
I've searched the net and can find nobody that does it.
Is this a difficult thing to do? I can't seem to find the combination that
works.
Thanks for any help,
Cal
I tried (among many other things) :
b1 = New Drawing.Bitmap(b1, picData.Width, picData.Height)
and it doesn't seem to work.
I've searched the net and can find nobody that does it.
Is this a difficult thing to do? I can't seem to find the combination that
works.
Thanks for any help,
Cal