点击或拖拽改变大小

OpenGLPickMatrix 方法

This function creates a 'pick matrix' normally used for selecting objects that are at a certain point on the screen.

命名空间:  DSkin.OpenGL
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public void PickMatrix(
	double x,
	double y,
	double width,
	double height,
	int[] viewport
)

参数

x
类型:SystemDouble
X Point.
y
类型:SystemDouble
Y Point.
width
类型:SystemDouble
Width of point to test (4 is normal).
height
类型:SystemDouble
Height of point to test (4 is normal).
viewport
类型:SystemInt32
The current viewport.
参见