ImageDecoder.AllocatorSoftware Campo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Attenzione
This constant will be removed in the future version. Use Android.Graphics.ImageDecoderAllocator enum directly instead of this field.
Usare un'allocazione software per la memoria pixel.
[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
Valore del campo
Value = 1- Attributi
Commenti
Usare un'allocazione software per la memoria pixel.
Utile per il disegno in un software Canvas o per l'accesso ai pixel nell'output finale.
per android.graphics.ImageDecoder.ALLOCATOR_SOFTWARE.
Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.