点击或拖拽改变大小

OpenGLMatrixMode 方法 (MatrixMode)

Set the current matrix mode (the matrix that matrix operations will be performed on).

命名空间:  DSkin.OpenGL
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public void MatrixMode(
	MatrixMode mode
)

参数

mode
类型:DSkin.OpenGLMatrixMode
The mode, normally PROJECTION or MODELVIEW.
参见