MonobjcMonobjc Documented Class Library
glMap1d Method (target, u1, u2, stride, order, points)
NamespacesMonobjc.OpenGLGLglMap1d(UInt32, Double, Double, Int32, Int32, IntPtr)

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

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

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

u1 (Double)

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

u2 (Double)

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

stride (Int32)

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

order (Int32)

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

points (IntPtr)

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