点击或拖拽改变大小

OpenGLScale 方法 (Double, Double, Double)

This function applies a scale transformation to the current matrix.

命名空间:  DSkin.OpenGL
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public void Scale(
	double x,
	double y,
	double z
)

参数

x
类型:SystemDouble
The amount to scale along x.
y
类型:SystemDouble
The amount to scale along y.
z
类型:SystemDouble
The amount to scale along z.
参见