言語

ImageFormat.GetBitsPerPixel(ImageFormatType) メソッド

定義

ImageFormat のピクセルあたりのビット数を取得するには、この関数を使用します。

[Android.Runtime.Register("getBitsPerPixel", "(I)I", "")]
public static int GetBitsPerPixel(Android.Graphics.ImageFormatType format);
[<Android.Runtime.Register("getBitsPerPixel", "(I)I", "")>]
static member GetBitsPerPixel : Android.Graphics.ImageFormatType -> int

パラメーター

format
ImageFormatType

format

返品

指定された形式のピクセルあたりのビット数。形式が存在しない場合、またはサポートされていない場合は -1。

属性

注釈

ImageFormat のピクセルあたりのビット数を取得するには、この関数を使用します。

Javaドキュメント。

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

適用対象