MonobjcMonobjc Documented Class Library
glCopyPixels Method (x, y, width, height, type)
NamespacesMonobjc.OpenGLGLglCopyPixels(Int32, Int32, Int32, Int32, UInt32)

Original signature is 'extern void glCopyPixels (GLint x, GLint y, GLsizei width, GLsizei height, GLenum type);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glCopyPixels(
	int x,
	int y,
	int width,
	int height,
	uint type
)
Public Shared Sub glCopyPixels ( _
	x As Integer, _
	y As Integer, _
	width As Integer, _
	height As Integer, _
	type As UInteger _
)
public:
static void glCopyPixels(
	int x, 
	int y, 
	int width, 
	int height, 
	unsigned int type
)
Parameters
x (Int32)

[Missing <param name="x"/> documentation for "M:Monobjc.OpenGL.GL.glCopyPixels(System.Int32,System.Int32,System.Int32,System.Int32,System.UInt32)"]

y (Int32)

[Missing <param name="y"/> documentation for "M:Monobjc.OpenGL.GL.glCopyPixels(System.Int32,System.Int32,System.Int32,System.Int32,System.UInt32)"]

width (Int32)

[Missing <param name="width"/> documentation for "M:Monobjc.OpenGL.GL.glCopyPixels(System.Int32,System.Int32,System.Int32,System.Int32,System.UInt32)"]

height (Int32)

[Missing <param name="height"/> documentation for "M:Monobjc.OpenGL.GL.glCopyPixels(System.Int32,System.Int32,System.Int32,System.Int32,System.UInt32)"]

type (UInt32)

[Missing <param name="type"/> documentation for "M:Monobjc.OpenGL.GL.glCopyPixels(System.Int32,System.Int32,System.Int32,System.Int32,System.UInt32)"]

Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.OpenGL (Module: Monobjc.OpenGL)