ImageDecoder.AllocatorSoftware Feld

Definition

Achtung

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

Verwenden Sie eine Softwarezuordnung für den Pixelspeicher.

[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

Feldwert

Value = 1
Attribute

Hinweise

Verwenden Sie eine Softwarezuordnung für den Pixelspeicher.

Nützlich für das Zeichnen auf eine Software Canvas oder für den Zugriff auf die Pixel in der endgültigen Ausgabe.

Java Dokumentation für android.graphics.ImageDecoder.ALLOCATOR_SOFTWARE.

Teile dieser Seite sind Änderungen auf der Grundlage von Arbeiten, die von der Android Open Source Project erstellt und gemeinsam verwendet und gemäß den in der 2.5 Attribution License beschriebenen Begriffen verwendet werden.

Gilt für: