ImageDecoder.AllocatorSoftware Champ

Définition

Attention

This constant will be removed in the future version. Use Android.Graphics.ImageDecoderAllocator enum directly instead of this field.

Utilisez une allocation logicielle pour la mémoire de pixels.

[Android.Runtime.Register("ALLOCATOR_SOFTWARE", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.ImageDecoderAllocator enum directly instead of this field.", true)]
public const Android.Graphics.ImageDecoderAllocator AllocatorSoftware = 1;
[<Android.Runtime.Register("ALLOCATOR_SOFTWARE", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.ImageDecoderAllocator enum directly instead of this field.", true)>]
val mutable AllocatorSoftware : Android.Graphics.ImageDecoderAllocator

Valeur de champ

Value = 1
Attributs

Remarques

Utilisez une allocation logicielle pour la mémoire de pixels.

Utile pour dessiner vers un logiciel Canvas ou pour accéder aux pixels sur la sortie finale.

Java documentation pour android.graphics.ImageDecoder.ALLOCATOR_SOFTWARE.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à