BlueMorpho
Member
Where can I find the ImageView library example code?
I wish to do a fairly simple thing: resize and centre a JPG on the display using this code...
ImageView1.Bitmap = LoadBitmapResize(Dir, FileName, Imv.Width, Imv.Height, True)
ImageView1.Gravity = Gravity.CENTER
I wish to do a fairly simple thing: resize and centre a JPG on the display using this code...
ImageView1.Bitmap = LoadBitmapResize(Dir, FileName, Imv.Width, Imv.Height, True)
ImageView1.Gravity = Gravity.CENTER