how does one change the antalization mode used by the stretch method in a picturebox? When it stretches images, the edges get messed up because it is trying to use its own antalisising. How can I turn this off?
Printable View
how does one change the antalization mode used by the stretch method in a picturebox? When it stretches images, the edges get messed up because it is trying to use its own antalisising. How can I turn this off?
Does this link help:
http://www.vb-helper.com/howto_net_a...as_images.html
not really... I have a usercontrol with a titlebar. The titlebar image is stretched... how can I disable antalising on the titlebar picturebox?
basically I am looking for an attribute like this (this one doesnt exist... I just wish it did):
picturebox1.smoothingmode = sharp
any ideas?
*bump*
*bump*
doesnt anyone know how to change the smoothing mode of a picturebox? I dont want to have to do any painting...
anyone :cry: