hi..
I want to view a picture from the database. the picture looks. but I can't see the exact size.
is there a method for exact sizing?
thanks..
B4X:
...........
Buffer=c.GetBlob("bitid")
input.InitializeFromBytesArray(Buffer,0,Buffer.Length)
Dim bitmap1 As Bitmap
bitmap1.Initialize2(input)
input.Close
imageview1.Bitmap=bitmap1
imageview1.Gravity = Gravity.CENTER
' imageview1.Gravity = Gravity.FILL
I want to view a picture from the database. the picture looks. but I can't see the exact size.
is there a method for exact sizing?
thanks..
Last edited: