GL.ReadPixels Method

Definition

Overloads

ReadPixels(Int32, Int32, Int32, Int32, All, All, IntPtr)
ReadPixels<T6>(Int32, Int32, Int32, Int32, All, All, T6[,])
ReadPixels<T6>(Int32, Int32, Int32, Int32, All, All, T6[])
ReadPixels<T6>(Int32, Int32, Int32, Int32, All, All, T6)
ReadPixels<T6>(Int32, Int32, Int32, Int32, All, All, T6[,,])

ReadPixels(Int32, Int32, Int32, Int32, All, All, IntPtr)

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glReadPixels", Version="1.1")]
public static void ReadPixels (int x, int y, int width, int height, OpenTK.Graphics.ES11.All format, OpenTK.Graphics.ES11.All type, IntPtr pixels);
static member ReadPixels : int * int * int * int * OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All * nativeint -> unit

Parameters

x
Int32
y
Int32
width
Int32
height
Int32
format
All
type
All
pixels
IntPtr

nativeint

Attributes

Applies to

ReadPixels<T6>(Int32, Int32, Int32, Int32, All, All, T6[,])

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glReadPixels", Version="1.1")]
public static void ReadPixels<T6> (int x, int y, int width, int height, OpenTK.Graphics.ES11.All format, OpenTK.Graphics.ES11.All type, T6[,] pixels) where T6 : struct;
static member ReadPixels : int * int * int * int * OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All * 'T6[,] -> unit (requires 'T6 : struct)

Type Parameters

T6

Parameters

x
Int32
y
Int32
width
Int32
height
Int32
format
All
type
All
pixels
T6[,]
Attributes

Applies to

ReadPixels<T6>(Int32, Int32, Int32, Int32, All, All, T6[])

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glReadPixels", Version="1.1")]
public static void ReadPixels<T6> (int x, int y, int width, int height, OpenTK.Graphics.ES11.All format, OpenTK.Graphics.ES11.All type, T6[] pixels) where T6 : struct;
static member ReadPixels : int * int * int * int * OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All * 'T6[] -> unit (requires 'T6 : struct)

Type Parameters

T6

Parameters

x
Int32
y
Int32
width
Int32
height
Int32
format
All
type
All
pixels
T6[]
Attributes

Applies to

ReadPixels<T6>(Int32, Int32, Int32, Int32, All, All, T6)

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glReadPixels", Version="1.1")]
public static void ReadPixels<T6> (int x, int y, int width, int height, OpenTK.Graphics.ES11.All format, OpenTK.Graphics.ES11.All type, out T6 pixels) where T6 : struct;
static member ReadPixels : int * int * int * int * OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All *  -> unit (requires 'T6 : struct)

Type Parameters

T6

Parameters

x
Int32
y
Int32
width
Int32
height
Int32
format
All
type
All
pixels
T6
Attributes

Applies to

ReadPixels<T6>(Int32, Int32, Int32, Int32, All, All, T6[,,])

[OpenTK.AutoGenerated(Category="1.1", EntryPoint="glReadPixels", Version="1.1")]
public static void ReadPixels<T6> (int x, int y, int width, int height, OpenTK.Graphics.ES11.All format, OpenTK.Graphics.ES11.All type, T6[,,] pixels) where T6 : struct;
static member ReadPixels : int * int * int * int * OpenTK.Graphics.ES11.All * OpenTK.Graphics.ES11.All * 'T6[,,] -> unit (requires 'T6 : struct)

Type Parameters

T6

Parameters

x
Int32
y
Int32
width
Int32
height
Int32
format
All
type
All
pixels
T6[,,]
Attributes

Applies to