DSkin
DSkin
DSkin.OpenGL
OpenGL 类
OpenGL 方法
PolygonMode 方法
PolygonMode 方法 (UInt32, UInt32)
PolygonMode 方法 (FaceMode, PolygonMode)
OpenGL
PolygonMode 方法 (FaceMode, PolygonMode)
This sets the current drawing mode of polygons (points, lines, filled).
命名空间:
DSkin.OpenGL
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
复制
public
void
PolygonMode
(
FaceMode
face
,
PolygonMode
mode
)
参数
face
类型:
DSkin.OpenGL
FaceMode
The faces this applies to (front, back or both).
mode
类型:
DSkin.OpenGL
PolygonMode
The mode to set to (points, lines, or filled).
参见
引用
OpenGL 类
PolygonMode 重载
DSkin.OpenGL 命名空间