GLES32.GlReadnPixels 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
[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 屬性授權中所述的詞彙使用。