OpenGLPolygonMode 方法 (UInt32, UInt32) |
This sets the current drawing mode of polygons (points, lines, filled).
命名空间:
DSkin.OpenGL
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法public void PolygonMode(
uint face,
uint mode
)
参数
- face
- 类型:SystemUInt32
The faces this applies to (front, back or both). - mode
- 类型:SystemUInt32
The mode to set to (points, lines, or filled).
参见