点击或拖拽改变大小

OpenGLGetNurbsProperty 方法

Get a NURBS property.

命名空间:  DSkin.OpenGL
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public void GetNurbsProperty(
	IntPtr nobj,
	int property,
	float value
)

参数

nobj
类型:SystemIntPtr
Specifies the NURBS object (created with gluNewNurbsRenderer).
property
类型:SystemInt32
Specifies the property whose value is to be fetched.
value
类型:SystemSingle
Specifies a pointer to the location into which the value of the named property is written.
参见