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: 1.2.817.72
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
Type: SystemInt32

[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
Type: SystemInt32

[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
Type: SystemInt32

[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
Type: SystemDouble

[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
Type: SystemDouble

[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
Type: SystemInt32

[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
Type: SystemDouble

[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
Type: SystemDouble

[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
Type: SystemDouble

[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