MonobjcMonobjc Documented Class Library
gluScaleImage Method (format, wIn, hIn, typeIn, wOut, hOut, typeOut, dataOut)
NamespacesMonobjc.OpenGLGLgluScaleImage(UInt32, Int32, Int32, UInt32, Int32, Int32, UInt32, IntPtr)

Original signature is 'extern GLint gluScaleImage (GLenum format, GLsizei wIn, GLsizei hIn, GLenum typeIn, const void *dataIn, GLsizei wOut, GLsizei hOut, GLenum typeOut, GLvoid* dataOut);'

Declaration Syntax
C#Visual BasicVisual C++
public static int gluScaleImage(
	uint format,
	int wIn,
	int hIn,
	uint typeIn,
	int wOut,
	int hOut,
	uint typeOut,
	IntPtr dataOut
)
Public Shared Function gluScaleImage ( _
	format As UInteger, _
	wIn As Integer, _
	hIn As Integer, _
	typeIn As UInteger, _
	wOut As Integer, _
	hOut As Integer, _
	typeOut As UInteger, _
	dataOut As IntPtr _
) As Integer
public:
static int gluScaleImage(
	unsigned int format, 
	int wIn, 
	int hIn, 
	unsigned int typeIn, 
	int wOut, 
	int hOut, 
	unsigned int typeOut, 
	IntPtr dataOut
)
Parameters
format (UInt32)

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

wIn (Int32)

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

hIn (Int32)

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

typeIn (UInt32)

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

wOut (Int32)

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

hOut (Int32)

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

typeOut (UInt32)

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

dataOut (IntPtr)

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

Return Value

[Missing <returns> documentation for "M:Monobjc.OpenGL.GL.gluScaleImage(System.UInt32,System.Int32,System.Int32,System.UInt32,System.Int32,System.Int32,System.UInt32,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)