Click or drag to resize
XDL

XGraphicsglMatrixMode Method

The glMatrixMode function specifies which matrix is the current matrix.

Namespace: Pixoneer.NXDL.NGR
Assembly: NXDLgr (in NXDLgr.dll) Version: 2.0.3.38
Syntax
C#
public void glMatrixMode(
	int cap
)

Parameters

cap  Int32
The matrix stack that is the target for subsequent matrix operations. The mode parameter can assume one of three values.

Return Value

This function does not return a value.
Remarks
The glMatrixMode function sets the current matrix mode.
See Also