Flag edges as either boundary or nonboundary.
命名空间:
DSkin.OpenGL
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法public void EdgeFlag(
byte flag
)
参数
- flag
- 类型:SystemByte
Specifies the current edge flag value, either OpenGL.TRUE or OpenGL.FALSE. The initial value is OpenGL.TRUE.
参见