Click or drag to resize
XDL

XGraphicsglPushMatrix Method

The glPushMatrix and glPopMatrix functions push and pop the current matrix stack.

Namespace:  Pixoneer.NXDL.NGR
Assembly:  NXDLgr (in NXDLgr.dll) Version: 1.2.817.72
Syntax
C#
public void glPushMatrix()

Return Value

Type: 
This function does not return a value.
Remarks
The glBegin and glend functions delimit the vertices that define a primitive or a group of like primitives. The glBegin function accepts a single argument that specifies which of ten primitives the vertices compose. Taking n as an integer count starting at one, and N as the total number of vertices specified.
See Also