共用方式為


GLES32.GlReadnPixels 方法

定義

[Android.Runtime.Register("glReadnPixels", "(IIIIIIILjava/nio/Buffer;)V", "", ApiSince=24)]
public static void GlReadnPixels(int x, int y, int width, int height, int format, int type, int bufSize, Java.Nio.Buffer? data);
[<Android.Runtime.Register("glReadnPixels", "(IIIIIIILjava/nio/Buffer;)V", "", ApiSince=24)>]
static member GlReadnPixels : int * int * int * int * int * int * int * Java.Nio.Buffer -> unit

參數

x
Int32
y
Int32
width
Int32
height
Int32
format
Int32
type
Int32
bufSize
Int32
data
Buffer
屬性

備註

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

適用於