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 属性许可证中所述的术语使用。

适用于