点击或拖拽改变大小

OpenGLCylinder 方法

This function draws a sphere from the quadric object.

命名空间:  DSkin.OpenGL
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public void Cylinder(
	IntPtr qobj,
	double baseRadius,
	double topRadius,
	double height,
	int slices,
	int stacks
)

参数

qobj
类型:SystemIntPtr
The quadric object.
baseRadius
类型:SystemDouble
Radius at the base.
topRadius
类型:SystemDouble
Radius at the top.
height
类型:SystemDouble
Height of cylinder.
slices
类型:SystemInt32
Cylinder slices.
stacks
类型:SystemInt32
Cylinder stacks.
参见