MonobjcMonobjc Documented Class Library
glMap1f Method (target, u1, u2, stride, order, points)
NamespacesMonobjc.OpenGLGLglMap1f(UInt32, Single, Single, Int32, Int32, IntPtr)

Original signature is 'extern void glMap1f (GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points);'

Declaration Syntax
C#Visual BasicVisual C++
public static void glMap1f(
	uint target,
	float u1,
	float u2,
	int stride,
	int order,
	IntPtr points
)
Public Shared Sub glMap1f ( _
	target As UInteger, _
	u1 As Single, _
	u2 As Single, _
	stride As Integer, _
	order As Integer, _
	points As IntPtr _
)
public:
static void glMap1f(
	unsigned int target, 
	float u1, 
	float u2, 
	int stride, 
	int order, 
	IntPtr points
)
Parameters
target (UInt32)

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

u1 (Single)

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

u2 (Single)

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

stride (Int32)

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

order (Int32)

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

points (IntPtr)

[Missing <param name="points"/> documentation for "M:Monobjc.OpenGL.GL.glMap1f(System.UInt32,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)