点击或拖拽改变大小

OpenGLPixelMap 方法 (UInt32, Int32, Single)

Set up pixel transfer maps.

命名空间:  DSkin.OpenGL
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public void PixelMap(
	uint map,
	int mapsize,
	float[] values
)

参数

map
类型:SystemUInt32
Specifies a symbolic map name.
mapsize
类型:SystemInt32
Specifies the size of the map being defined.
values
类型:SystemSingle
Specifies an array of mapsize values.
参见