共用方式為


GLUtils.GetInternalFormat(Bitmap) 方法

定義

會傳回所提供位陣圖之 OpenGL ES 所定義的內部格式。

[Android.Runtime.Register("getInternalFormat", "(Landroid/graphics/Bitmap;)I", "")]
public static int GetInternalFormat(Android.Graphics.Bitmap? bitmap);
[<Android.Runtime.Register("getInternalFormat", "(Landroid/graphics/Bitmap;)I", "")>]
static member GetInternalFormat : Android.Graphics.Bitmap -> int

參數

bitmap
Bitmap

點陣圖

傳回

點陣圖的內部格式。

屬性

備註

會傳回所提供位陣圖之 OpenGL ES 所定義的內部格式。

android.opengl.GLUtils.getInternalFormat(android.graphics.Bitmap)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於