点击或拖拽改变大小

OpenGLGL_LINE_LOOP 字段

Draws a connected group of line segments from the first vertex to the last, then back to the first. Vertices n and n + 1 define line n. The last line, however, is defined by vertices N and 1. N lines are drawn.

命名空间:  DSkin.OpenGL
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public const uint GL_LINE_LOOP = 2

字段值

类型:UInt32
参见