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: 1.2.817.72
Syntax
C#
public void glMatrixMode(
	int cap
)

Parameters

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

Return Value

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