点击或拖拽改变大小

OpenGLGetTessProperty 方法

Set a tessellation object property.

命名空间:  DSkin.OpenGL
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public void GetTessProperty(
	IntPtr tess,
	int which,
	double value
)

参数

tess
类型:SystemIntPtr
Specifies the tessellation object (created with gluNewTess).
which
类型:SystemInt32
Specifies the property to be set.
value
类型:SystemDouble
Specifies the value of the indicated property.
参见