Sprache

PixelCopy.ErrorDestinationInvalid Feld

Definition

Achtung

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

Das Ziel ist kein gültiges Kopierziel.

[Android.Runtime.Register("ERROR_DESTINATION_INVALID", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.PixelCopyResult enum directly instead of this field.", true)]
public const Android.Views.PixelCopyResult ErrorDestinationInvalid = 5;
[<Android.Runtime.Register("ERROR_DESTINATION_INVALID", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.PixelCopyResult enum directly instead of this field.", true)>]
val mutable ErrorDestinationInvalid : Android.Views.PixelCopyResult

Feldwert

Value = 5
Attribute

Hinweise

Das Ziel ist kein gültiges Kopierziel. Wenn das Ziel eine Bitmap ist, kann dies auftreten, wenn die Bitmap zu groß ist, damit die Hardware kopiert werden kann. Es kann auch auftreten, wenn das Ziel zerstört wurde.

Java Dokumentation für android.view.PixelCopy.ERROR_DESTINATION_INVALID.

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: