BitmapFactory.Options.InJustDecodeBounds プロパティ

定義

true に設定すると、デコーダーは null (ビットマップなし) を返しますが out... 、フィールドは引き続き設定されるため、呼び出し元はピクセルのメモリを割り当てることなくビットマップに対してクエリを実行できます。

[Android.Runtime.Register("inJustDecodeBounds")]
public bool InJustDecodeBounds { get; set; }
[<Android.Runtime.Register("inJustDecodeBounds")>]
member this.InJustDecodeBounds : bool with get, set

プロパティ値

属性

注釈

true に設定すると、デコーダーは null (ビットマップなし) を返しますが out... 、フィールドは引き続き設定されるため、呼び出し元はピクセルのメモリを割り当てることなくビットマップに対してクエリを実行できます。

の Java ドキュメント android.graphics.BitmapFactory.Options.inJustDecodeBounds

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象