When a bitmap is loaded from a file, are its property width and height dip values?
A sample from B4A writes codes in the following way:
w = bitmap1.width * 100dip / 100
From this line of code, I guess that the width of a bitmap is not dip value.
And if an imageview load a bitmap from file, can it auto adjust the size of the bitmap?
If not, would the image become very small on HD screen?
A sample from B4A writes codes in the following way:
w = bitmap1.width * 100dip / 100
From this line of code, I guess that the width of a bitmap is not dip value.
And if an imageview load a bitmap from file, can it auto adjust the size of the bitmap?
If not, would the image become very small on HD screen?