点击或拖拽改变大小

OpenGLGetPointerv 方法

Return the address of the specified pointer.

命名空间:  DSkin.OpenGL
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public void GetPointerv(
	uint pname,
	int[] parameters
)

参数

pname
类型:SystemUInt32
Specifies the array or buffer pointer to be returned.
parameters
类型:SystemInt32
Returns the pointer value specified by parameters.
参见