点击或拖拽改变大小

OpenGLIsTexture 方法

Determine if a name corresponds to a texture.

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

参数

texture
类型:SystemUInt32
Specifies a value that may be the name of a texture.

返回值

类型:Byte
True if texture is a texture object.
参见