c# - PictureBoxSizeMode has no effects -
i trying manipulate images using c# (vs 2010)
. have form has tab control 7 tabs. under each tab, have 900 x 750 picture box , trying display images of size 1800 x 1500 in each of them using paint event.
- i tried setting sizemode through property window
- i tried setting sizemode property programmatically before painting picturebox
- i tried setting sizemode property programmatically after painting picturebox
neither of methods seem have effect on images !! still see top left quarter of images. guess sizemode property defaulting normal mode. doing wrong here?
Comments
Post a Comment