MonobjcMonobjc Documented Class Library
glMap2d Method (target, u1, u2, ustride, uorder, v1, v2, vstride, vorder, points)
NamespacesMonobjc.OpenGLGLglMap2d(UInt32, Double, Double, Int32, Int32, Double, Double, Int32, Int32, IntPtr)

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

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

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

u1 (Double)

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

u2 (Double)

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

ustride (Int32)

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

uorder (Int32)

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

v1 (Double)

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

v2 (Double)

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

vstride (Int32)

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

vorder (Int32)

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

points (IntPtr)

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