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

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,
	ref float points
)
Public Shared Sub glMap1f ( _
	target As UInteger, _
	u1 As Single, _
	u2 As Single, _
	stride As Integer, _
	order As Integer, _
	ByRef points As Single _
)
public:
static void glMap1f(
	unsigned int target, 
	float u1, 
	float u2, 
	int stride, 
	int order, 
	float% 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.Single@)"]

u1 (Single)

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

u2 (Single)

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

stride (Int32)

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

order (Int32)

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

points (Single%)

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

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)