点击或拖拽改变大小

OpenGLDisk 方法

Draw a disk.

命名空间:  DSkin.OpenGL
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public void Disk(
	IntPtr qobj,
	double innerRadius,
	double outerRadius,
	int slices,
	int loops
)

参数

qobj
类型:SystemIntPtr
Specifies the quadrics object (created with gluNewQuadric).
innerRadius
类型:SystemDouble
Specifies the inner radius of the disk (may be 0).
outerRadius
类型:SystemDouble
Specifies the outer radius of the disk.
slices
类型:SystemInt32
Specifies the number of subdivisions around the z axis.
loops
类型:SystemInt32
Specifies the number of concentric rings about the origin into which the disk is subdivided.
参见