Sprache

ImageDecoder.AllocationLimit Property

Definition

Get the maximum memory limit in bytes for image decoding. -or- Set a maximum memory limit (bytes) for an image decode.

public long AllocationLimit { [Android.Runtime.Register("getAllocationLimit", "()J", "", ApiSince=37)] get; [Android.Runtime.Register("setAllocationLimit", "(J)V", "", ApiSince=37)] set; }
[<get: Android.Runtime.Register("getAllocationLimit", "()J", "", ApiSince=37)>]
[<set: Android.Runtime.Register("setAllocationLimit", "(J)V", "", ApiSince=37)>]
member this.AllocationLimit : int64 with get, set

Property Value

Attributes

Applies to