点击或拖拽改变大小

OpenGLIsEnabled 方法

Use this function to query if a certain OpenGL function is enabled or not.

命名空间:  DSkin.OpenGL
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public bool IsEnabled(
	uint cap
)

参数

cap
类型:SystemUInt32
The capability to test.

返回值

类型:Boolean
True if the capability is enabled, otherwise, false.
参见