GL.ReadPixels Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
ReadPixels(Int32, Int32, Int32, Int32, PixelFormat, PixelType, IntPtr)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glReadPixels", Version="3.0")]
public static void ReadPixels (int x, int y, int width, int height, OpenTK.Graphics.ES30.PixelFormat format, OpenTK.Graphics.ES30.PixelType type, IntPtr pixels);
static member ReadPixels : int * int * int * int * OpenTK.Graphics.ES30.PixelFormat * OpenTK.Graphics.ES30.PixelType * nativeint -> unit
Paramètres
- x
- Int32
- y
- Int32
- width
- Int32
- height
- Int32
- format
- PixelFormat
- type
- PixelType
- pixels
-
IntPtr
nativeint
- Attributs
S’applique à
ReadPixels<T6>(Int32, Int32, Int32, Int32, PixelFormat, PixelType, T6)
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glReadPixels", Version="3.0")]
public static void ReadPixels<T6> (int x, int y, int width, int height, OpenTK.Graphics.ES30.PixelFormat format, OpenTK.Graphics.ES30.PixelType type, out T6 pixels) where T6 : struct;
static member ReadPixels : int * int * int * int * OpenTK.Graphics.ES30.PixelFormat * OpenTK.Graphics.ES30.PixelType * -> unit (requires 'T6 : struct)
Paramètres de type
- T6
Paramètres
- x
- Int32
- y
- Int32
- width
- Int32
- height
- Int32
- format
- PixelFormat
- type
- PixelType
- pixels
- T6
- Attributs
S’applique à
ReadPixels<T6>(Int32, Int32, Int32, Int32, PixelFormat, PixelType, T6[,,])
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glReadPixels", Version="3.0")]
public static void ReadPixels<T6> (int x, int y, int width, int height, OpenTK.Graphics.ES30.PixelFormat format, OpenTK.Graphics.ES30.PixelType type, T6[,,] pixels) where T6 : struct;
static member ReadPixels : int * int * int * int * OpenTK.Graphics.ES30.PixelFormat * OpenTK.Graphics.ES30.PixelType * 'T6[,,] -> unit (requires 'T6 : struct)
Paramètres de type
- T6
Paramètres
- x
- Int32
- y
- Int32
- width
- Int32
- height
- Int32
- format
- PixelFormat
- type
- PixelType
- pixels
- T6[,,]
- Attributs
S’applique à
ReadPixels<T6>(Int32, Int32, Int32, Int32, PixelFormat, PixelType, T6[,])
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glReadPixels", Version="3.0")]
public static void ReadPixels<T6> (int x, int y, int width, int height, OpenTK.Graphics.ES30.PixelFormat format, OpenTK.Graphics.ES30.PixelType type, T6[,] pixels) where T6 : struct;
static member ReadPixels : int * int * int * int * OpenTK.Graphics.ES30.PixelFormat * OpenTK.Graphics.ES30.PixelType * 'T6[,] -> unit (requires 'T6 : struct)
Paramètres de type
- T6
Paramètres
- x
- Int32
- y
- Int32
- width
- Int32
- height
- Int32
- format
- PixelFormat
- type
- PixelType
- pixels
- T6[,]
- Attributs
S’applique à
ReadPixels<T6>(Int32, Int32, Int32, Int32, PixelFormat, PixelType, T6[])
[OpenTK.AutoGenerated(Category="3.0", EntryPoint="glReadPixels", Version="3.0")]
public static void ReadPixels<T6> (int x, int y, int width, int height, OpenTK.Graphics.ES30.PixelFormat format, OpenTK.Graphics.ES30.PixelType type, T6[] pixels) where T6 : struct;
static member ReadPixels : int * int * int * int * OpenTK.Graphics.ES30.PixelFormat * OpenTK.Graphics.ES30.PixelType * 'T6[] -> unit (requires 'T6 : struct)
Paramètres de type
- T6
Paramètres
- x
- Int32
- y
- Int32
- width
- Int32
- height
- Int32
- format
- PixelFormat
- type
- PixelType
- pixels
- T6[]
- Attributs