Click or drag to resize
XDL

XGraphicsgluUnProject Method

[Missing <summary> documentation for "M:Pixoneer.NXDL.NGR.XGraphics.gluUnProject(System.Int32,System.Int32,System.Int32,System.Double[]@,System.Double[]@,System.Int32[]@,System.Double@,System.Double@,System.Double@)"]


Namespace: Pixoneer.NXDL.NGR
Assembly: NXDLgr (in NXDLgr.dll) Version: 2.0.3.38
Syntax
C#
public void gluUnProject(
	int wx,
	int wy,
	int wz,
	ref double[] modeMat,
	ref double[] projectMat,
	ref int[] viewport,
	ref double x,
	ref double y,
	ref double z
)

Parameters

wx  Int32

[Missing <param name="wx"/> documentation for "M:Pixoneer.NXDL.NGR.XGraphics.gluUnProject(System.Int32,System.Int32,System.Int32,System.Double[]@,System.Double[]@,System.Int32[]@,System.Double@,System.Double@,System.Double@)"]

wy  Int32

[Missing <param name="wy"/> documentation for "M:Pixoneer.NXDL.NGR.XGraphics.gluUnProject(System.Int32,System.Int32,System.Int32,System.Double[]@,System.Double[]@,System.Int32[]@,System.Double@,System.Double@,System.Double@)"]

wz  Int32

[Missing <param name="wz"/> documentation for "M:Pixoneer.NXDL.NGR.XGraphics.gluUnProject(System.Int32,System.Int32,System.Int32,System.Double[]@,System.Double[]@,System.Int32[]@,System.Double@,System.Double@,System.Double@)"]

modeMat  Double

[Missing <param name="modeMat"/> documentation for "M:Pixoneer.NXDL.NGR.XGraphics.gluUnProject(System.Int32,System.Int32,System.Int32,System.Double[]@,System.Double[]@,System.Int32[]@,System.Double@,System.Double@,System.Double@)"]

projectMat  Double

[Missing <param name="projectMat"/> documentation for "M:Pixoneer.NXDL.NGR.XGraphics.gluUnProject(System.Int32,System.Int32,System.Int32,System.Double[]@,System.Double[]@,System.Int32[]@,System.Double@,System.Double@,System.Double@)"]

viewport  Int32

[Missing <param name="viewport"/> documentation for "M:Pixoneer.NXDL.NGR.XGraphics.gluUnProject(System.Int32,System.Int32,System.Int32,System.Double[]@,System.Double[]@,System.Int32[]@,System.Double@,System.Double@,System.Double@)"]

x  Double

[Missing <param name="x"/> documentation for "M:Pixoneer.NXDL.NGR.XGraphics.gluUnProject(System.Int32,System.Int32,System.Int32,System.Double[]@,System.Double[]@,System.Int32[]@,System.Double@,System.Double@,System.Double@)"]

y  Double

[Missing <param name="y"/> documentation for "M:Pixoneer.NXDL.NGR.XGraphics.gluUnProject(System.Int32,System.Int32,System.Int32,System.Double[]@,System.Double[]@,System.Int32[]@,System.Double@,System.Double@,System.Double@)"]

z  Double

[Missing <param name="z"/> documentation for "M:Pixoneer.NXDL.NGR.XGraphics.gluUnProject(System.Int32,System.Int32,System.Int32,System.Double[]@,System.Double[]@,System.Int32[]@,System.Double@,System.Double@,System.Double@)"]

See Also