点击或拖拽改变大小

OpenGLLineWidth 方法

Set's the current width of lines.

命名空间:  DSkin.OpenGL
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public void LineWidth(
	float width
)

参数

width
类型:SystemSingle
New line width to set.
参见