GLUtils.GetInternalFormat(Bitmap) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
return the internal format as defined by OpenGL ES of the supplied bitmap.
[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
Parameters
- bitmap
- Bitmap
bitmap
Returns
the internal format of the bitmap.
- Attributes
Remarks
return the internal format as defined by OpenGL ES of the supplied bitmap.
Java documentation for android.opengl.GLUtils.getInternalFormat(android.graphics.Bitmap)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.