BitmapFactory.Options.InTempStorage プロパティ

定義

デコードに使用する一時ストレージ。

[Android.Runtime.Register("inTempStorage")]
public System.Collections.Generic.IList<byte> InTempStorage { get; set; }
[<Android.Runtime.Register("inTempStorage")>]
member this.InTempStorage : System.Collections.Generic.IList<byte> with get, set

プロパティ値

属性

注釈

デコードに使用する一時ストレージ。 16K 以下を提案します。

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

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

適用対象