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