09-12-2012 04:20 AM
Hi,
I am new at blackberry development, now i want to resize my picture
Why i cant resize the pic on blackberry ?
here is my Code
Bitmap oriImage = Bitmap.getBitmapResource ("IMG.png");
Bitmap newImage = new Bitmap(300, 200);
newImage.scaleInto(newImage, Bitmap.FILTER_BILINEAR, Bitmap.SCALE_TO_FILL);
BitmapField =new BitmapField(oriImage, DrawStyle.HCENTER | Field.FIELD_HCENTER);
Thanks
Solved! Go to Solution.
09-12-2012 04:27 AM - edited 09-12-2012 04:27 AM
There are so many threads about this.
Please try searching the board before posting. Here are a few links:
09-13-2012 02:51 AM
Hi
Firstly welcome to the forums...
Refer to the link below to resize the bitmap.
Thanks
--------------------------------------------------
"Like" if you liked the post.
"Accept as Solution" if the post solves your question.