19 Aralık 2016 Pazartesi

BitmapDrawable Sınıfı

constructor - Bitmap
Şöyle yaparız.
Bitmap bmp = ...;
BitmapDrawable bitmapDrawable = new BitmapDrawable (bmp);
bitmap metodu
Şöyle yaparız.
Bitmap bmp = bitmapDrawable.getBitmap();

Hiç yorum yok:

Yorum Gönder