GL.ReadPixels Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
ReadPixels(Int32, Int32, Int32, Int32, All, All, IntPtr)
Cuidado
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glReadPixels", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void ReadPixels (int x, int y, int width, int height, OpenTK.Graphics.ES20.All format, OpenTK.Graphics.ES20.All type, IntPtr pixels);
static member ReadPixels : int * int * int * int * OpenTK.Graphics.ES20.All * OpenTK.Graphics.ES20.All * nativeint -> unit
Parâmetros
- x
- Int32
- y
- Int32
- width
- Int32
- height
- Int32
- format
- All
- type
- All
- pixels
-
IntPtr
nativeint
- Atributos
Aplica-se a
ReadPixels(Int32, Int32, Int32, Int32, PixelFormat, PixelType, IntPtr)
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glReadPixels", Version="2.0")]
public static void ReadPixels (int x, int y, int width, int height, OpenTK.Graphics.ES20.PixelFormat format, OpenTK.Graphics.ES20.PixelType type, IntPtr pixels);
static member ReadPixels : int * int * int * int * OpenTK.Graphics.ES20.PixelFormat * OpenTK.Graphics.ES20.PixelType * nativeint -> unit
Parâmetros
- x
- Int32
- y
- Int32
- width
- Int32
- height
- Int32
- format
- PixelFormat
- type
- PixelType
- pixels
-
IntPtr
nativeint
- Atributos
Aplica-se a
ReadPixels<T6>(Int32, Int32, Int32, Int32, PixelFormat, PixelType, T6[])
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glReadPixels", Version="2.0")]
public static void ReadPixels<T6> (int x, int y, int width, int height, OpenTK.Graphics.ES20.PixelFormat format, OpenTK.Graphics.ES20.PixelType type, T6[] pixels) where T6 : struct;
static member ReadPixels : int * int * int * int * OpenTK.Graphics.ES20.PixelFormat * OpenTK.Graphics.ES20.PixelType * 'T6[] -> unit (requires 'T6 : struct)
Parâmetros de tipo
- T6
Parâmetros
- x
- Int32
- y
- Int32
- width
- Int32
- height
- Int32
- format
- PixelFormat
- type
- PixelType
- pixels
- T6[]
- Atributos
Aplica-se a
ReadPixels<T6>(Int32, Int32, Int32, Int32, PixelFormat, PixelType, T6[,,])
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glReadPixels", Version="2.0")]
public static void ReadPixels<T6> (int x, int y, int width, int height, OpenTK.Graphics.ES20.PixelFormat format, OpenTK.Graphics.ES20.PixelType type, T6[,,] pixels) where T6 : struct;
static member ReadPixels : int * int * int * int * OpenTK.Graphics.ES20.PixelFormat * OpenTK.Graphics.ES20.PixelType * 'T6[,,] -> unit (requires 'T6 : struct)
Parâmetros de tipo
- T6
Parâmetros
- x
- Int32
- y
- Int32
- width
- Int32
- height
- Int32
- format
- PixelFormat
- type
- PixelType
- pixels
- T6[,,]
- Atributos
Aplica-se a
ReadPixels<T6>(Int32, Int32, Int32, Int32, PixelFormat, PixelType, T6)
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glReadPixels", Version="2.0")]
public static void ReadPixels<T6> (int x, int y, int width, int height, OpenTK.Graphics.ES20.PixelFormat format, OpenTK.Graphics.ES20.PixelType type, out T6 pixels) where T6 : struct;
static member ReadPixels : int * int * int * int * OpenTK.Graphics.ES20.PixelFormat * OpenTK.Graphics.ES20.PixelType * -> unit (requires 'T6 : struct)
Parâmetros de tipo
- T6
Parâmetros
- x
- Int32
- y
- Int32
- width
- Int32
- height
- Int32
- format
- PixelFormat
- type
- PixelType
- pixels
- T6
- Atributos
Aplica-se a
ReadPixels<T6>(Int32, Int32, Int32, Int32, PixelFormat, PixelType, T6[,])
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glReadPixels", Version="2.0")]
public static void ReadPixels<T6> (int x, int y, int width, int height, OpenTK.Graphics.ES20.PixelFormat format, OpenTK.Graphics.ES20.PixelType type, T6[,] pixels) where T6 : struct;
static member ReadPixels : int * int * int * int * OpenTK.Graphics.ES20.PixelFormat * OpenTK.Graphics.ES20.PixelType * 'T6[,] -> unit (requires 'T6 : struct)
Parâmetros de tipo
- T6
Parâmetros
- x
- Int32
- y
- Int32
- width
- Int32
- height
- Int32
- format
- PixelFormat
- type
- PixelType
- pixels
- T6[,]
- Atributos
Aplica-se a
ReadPixels<T6>(Int32, Int32, Int32, Int32, All, All, T6[,])
Cuidado
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glReadPixels", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void ReadPixels<T6> (int x, int y, int width, int height, OpenTK.Graphics.ES20.All format, OpenTK.Graphics.ES20.All type, T6[,] pixels) where T6 : struct;
static member ReadPixels : int * int * int * int * OpenTK.Graphics.ES20.All * OpenTK.Graphics.ES20.All * 'T6[,] -> unit (requires 'T6 : struct)
Parâmetros de tipo
- T6
Parâmetros
- x
- Int32
- y
- Int32
- width
- Int32
- height
- Int32
- format
- All
- type
- All
- pixels
- T6[,]
- Atributos
Aplica-se a
ReadPixels<T6>(Int32, Int32, Int32, Int32, All, All, T6[,,])
Cuidado
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glReadPixels", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void ReadPixels<T6> (int x, int y, int width, int height, OpenTK.Graphics.ES20.All format, OpenTK.Graphics.ES20.All type, T6[,,] pixels) where T6 : struct;
static member ReadPixels : int * int * int * int * OpenTK.Graphics.ES20.All * OpenTK.Graphics.ES20.All * 'T6[,,] -> unit (requires 'T6 : struct)
Parâmetros de tipo
- T6
Parâmetros
- x
- Int32
- y
- Int32
- width
- Int32
- height
- Int32
- format
- All
- type
- All
- pixels
- T6[,,]
- Atributos
Aplica-se a
ReadPixels<T6>(Int32, Int32, Int32, Int32, All, All, T6)
Cuidado
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glReadPixels", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void ReadPixels<T6> (int x, int y, int width, int height, OpenTK.Graphics.ES20.All format, OpenTK.Graphics.ES20.All type, out T6 pixels) where T6 : struct;
static member ReadPixels : int * int * int * int * OpenTK.Graphics.ES20.All * OpenTK.Graphics.ES20.All * -> unit (requires 'T6 : struct)
Parâmetros de tipo
- T6
Parâmetros
- x
- Int32
- y
- Int32
- width
- Int32
- height
- Int32
- format
- All
- type
- All
- pixels
- T6
- Atributos
Aplica-se a
ReadPixels<T6>(Int32, Int32, Int32, Int32, All, All, T6[])
Cuidado
Use the overload with strongly typed enumerations
[OpenTK.AutoGenerated(Category="2.0", EntryPoint="glReadPixels", Version="2.0")]
[System.Obsolete("Use the overload with strongly typed enumerations")]
public static void ReadPixels<T6> (int x, int y, int width, int height, OpenTK.Graphics.ES20.All format, OpenTK.Graphics.ES20.All type, T6[] pixels) where T6 : struct;
static member ReadPixels : int * int * int * int * OpenTK.Graphics.ES20.All * OpenTK.Graphics.ES20.All * 'T6[] -> unit (requires 'T6 : struct)
Parâmetros de tipo
- T6
Parâmetros
- x
- Int32
- y
- Int32
- width
- Int32
- height
- Int32
- format
- All
- type
- All
- pixels
- T6[]
- Atributos