D
Drasko
I am using Bitmap class to read picture from file (Bitmap b = new
Bitmap("test.jpg")). When it loads, image is streched. Original picture size
is downsized from 21400x200 pixels to 9844x92 pixels (it is bitmap strip for
OpenNETCF.AnimateCtrl). Are there any limitations?
(I tried to use BitmapEx to se if any difference exists, but
System.MissingMethodException occurs? Why?)
Bitmap("test.jpg")). When it loads, image is streched. Original picture size
is downsized from 21400x200 pixels to 9844x92 pixels (it is bitmap strip for
OpenNETCF.AnimateCtrl). Are there any limitations?
(I tried to use BitmapEx to se if any difference exists, but
System.MissingMethodException occurs? Why?)