点击或拖拽改变大小

OpenGLRect 方法 (Single, Single)

Draw a rectangle from two coordinates, expressed as arrays, e.g Rect(new float[] {0, 0}, new float[] {10, 10});

命名空间:  DSkin.OpenGL
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public void Rect(
	float[] v1,
	float[] v2
)

参数

v1
类型:SystemSingle
Top-Left point.
v2
类型:SystemSingle
Bottom-Right point.
参见