Tao.OpenGl SDK Documentation
Gl.glReadPixels Method (Int32, Int32, Int32, Int32, Int32, Int32, IntPtr)
[Visual Basic]
Overloads Public Shared Sub glReadPixels( _
ByVal
x
As
Integer
, _
ByVal
y
As
Integer
, _
ByVal
width
As
Integer
, _
ByVal
height
As
Integer
, _
ByVal
format
As
Integer
, _
ByVal
type
As
Integer
, _
ByVal
pixels
As
IntPtr
_
)
[C#]
public static
void
glReadPixels(
int
x
,
int
y
,
int
width
,
int
height
,
int
format
,
int
type
,
IntPtr
pixels
);
See Also
Gl Class
|
Tao.OpenGl Namespace
|
Gl.glReadPixels Overload List