MonobjcMonobjc Documented Class Library
glMap2f Method (target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points)
NamespacesMonobjc.OpenGLGLglMap2f(UInt32, Single, Single, Int32, Int32, Single, Single, Int32, Int32, IntPtr)

Original signature is 'extern void glMap2f (GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glMap2f(
	uint target,
	float u1,
	float u2,
	int ustride,
	int uorder,
	float v1,
	float v2,
	int vstride,
	int vorder,
	IntPtr points
)
Public Shared Sub glMap2f ( _
	target As UInteger, _
	u1 As Single, _
	u2 As Single, _
	ustride As Integer, _
	uorder As Integer, _
	v1 As Single, _
	v2 As Single, _
	vstride As Integer, _
	vorder As Integer, _
	points As IntPtr _
)
public:
static void glMap2f(
	unsigned int target, 
	float u1, 
	float u2, 
	int ustride, 
	int uorder, 
	float v1, 
	float v2, 
	int vstride, 
	int vorder, 
	IntPtr points
)
Parameters
target (UInt32)

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

u1 (Single)

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

u2 (Single)

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

ustride (Int32)

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

uorder (Int32)

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

v1 (Single)

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

v2 (Single)

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

vstride (Int32)

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

vorder (Int32)

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

points (IntPtr)

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

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)