Display.PixelFormat プロパティ

定義

注意事項

deprecated

ディスプレイのピクセル形式を取得します。

[System.Obsolete("deprecated")]
public virtual Android.Graphics.Format PixelFormat { [Android.Runtime.Register("getPixelFormat", "()I", "GetGetPixelFormatHandler")] get; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getPixelFormat", "()I", "GetGetPixelFormatHandler")>]
member this.PixelFormat : Android.Graphics.Format

プロパティ値

android.graphics.PixelFormat定義されている定数の 1 つ。

属性

注釈

ディスプレイのピクセル形式を取得します。

このメンバーは非推奨とされます。 このメソッドはサポートされなくなりました。 結果は常に PixelFormat#RGBA_8888です。

の Java ドキュメント android.view.Display.getPixelFormat()

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象