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.

  1. i tried setting sizemode through property window
  2. i tried setting sizemode property programmatically before painting picturebox
  3. 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

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -