BitmapFactory.Options.InInputShareable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
deprecated
This member is deprecated.
[Android.Runtime.Register("inInputShareable")]
[System.Obsolete("deprecated")]
public bool InInputShareable { get; set; }
[<Android.Runtime.Register("inInputShareable")>]
[<System.Obsolete("deprecated")>]
member this.InInputShareable : bool with get, set
Property Value
- Attributes
Remarks
This member is deprecated. As of android.os.Build.VERSION_CODES#LOLLIPOP
, this is ignored.
In android.os.Build.VERSION_CODES#KITKAT
and below, this field works in conjunction with inPurgeable. If inPurgeable is false, then this field is ignored. If inPurgeable is true, then this field determines whether the bitmap can share a reference to the input data (inputstream, array, etc.) or if it must make a deep copy.
Java documentation for android.graphics.BitmapFactory.Options.inInputShareable
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.