GL.ReadPixels Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ReadPixels(Int32, Int32, Int32, Int32, All, All, IntPtr)
Achtung
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
Parameter
- x
- Int32
- y
- Int32
- width
- Int32
- height
- Int32
- format
- All
- type
- All
- pixels
-
IntPtr
nativeint
- Attribute
Gilt für:
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
Parameter
- x
- Int32
- y
- Int32
- width
- Int32
- height
- Int32
- format
- PixelFormat
- type
- PixelType
- pixels
-
IntPtr
nativeint
- Attribute
Gilt für:
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)
Typparameter
- T6
Parameter
- x
- Int32
- y
- Int32
- width
- Int32
- height
- Int32
- format
- PixelFormat
- type
- PixelType
- pixels
- T6[]
- Attribute
Gilt für:
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)
Typparameter
- T6
Parameter
- x
- Int32
- y
- Int32
- width
- Int32
- height
- Int32
- format
- PixelFormat
- type
- PixelType
- pixels
- T6[,,]
- Attribute
Gilt für:
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)
Typparameter
- T6
Parameter
- x
- Int32
- y
- Int32
- width
- Int32
- height
- Int32
- format
- PixelFormat
- type
- PixelType
- pixels
- T6
- Attribute
Gilt für:
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)
Typparameter
- T6
Parameter
- x
- Int32
- y
- Int32
- width
- Int32
- height
- Int32
- format
- PixelFormat
- type
- PixelType
- pixels
- T6[,]
- Attribute
Gilt für:
ReadPixels<T6>(Int32, Int32, Int32, Int32, All, All, T6[,])
Achtung
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)
Typparameter
- T6
Parameter
- x
- Int32
- y
- Int32
- width
- Int32
- height
- Int32
- format
- All
- type
- All
- pixels
- T6[,]
- Attribute
Gilt für:
ReadPixels<T6>(Int32, Int32, Int32, Int32, All, All, T6[,,])
Achtung
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)
Typparameter
- T6
Parameter
- x
- Int32
- y
- Int32
- width
- Int32
- height
- Int32
- format
- All
- type
- All
- pixels
- T6[,,]
- Attribute
Gilt für:
ReadPixels<T6>(Int32, Int32, Int32, Int32, All, All, T6)
Achtung
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)
Typparameter
- T6
Parameter
- x
- Int32
- y
- Int32
- width
- Int32
- height
- Int32
- format
- All
- type
- All
- pixels
- T6
- Attribute
Gilt für:
ReadPixels<T6>(Int32, Int32, Int32, Int32, All, All, T6[])
Achtung
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)
Typparameter
- T6
Parameter
- x
- Int32
- y
- Int32
- width
- Int32
- height
- Int32
- format
- All
- type
- All
- pixels
- T6[]
- Attribute