最終更新:2019-11-04 (月) 02:53:19 (1633d)  

android.graphics.Bitmap
Top / android.graphics.Bitmap

http://developer.android.com/reference/android/graphics/Bitmap.html

親クラス

ネストされたクラス

enum Bitmap.CompressFormat?Specifies the known formats a bitmap can be compressed into
enum Bitmap.ConfigPossible bitmap configurations.

作成

開放

メモ

  • Bitmap.recycle - Free the native object associated with this bitmap, and clear the reference to the pixel data.
    • Bitmapオブジェクトを使う場合は、使い終わったらrecycleをすること。これをしないとメモリ上から解放されない。

ソースコード

関連