ImageDecoder.AllocatorSoftware Поле

Определение

Внимание!

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

Используйте выделение программного обеспечения для памяти пикселей.

[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

Значение поля

Value = 1
Атрибуты

Комментарии

Используйте выделение программного обеспечения для памяти пикселей.

Полезно для рисования программного обеспечения Canvas или доступа к пикселям в конечных выходных данных.

Java документации по android.graphics.ImageDecoder.ALLOCATOR_SOFTWARE.

Части этой страницы — это изменения на основе работы, созданной и общей Project и используемых в соответствии с условиями, описанными в разделе "".

Применяется к