DSkin
DSkin
DSkin.OpenGL
OpenGL 类
OpenGL 方法
Rect 方法
Rect 方法 (Double[], Double[])
Rect 方法 (Int16[], Int16[])
Rect 方法 (Int32[], Int32[])
Rect 方法 (Single[], Single[])
Rect 方法 (Double, Double, Double, Double)
Rect 方法 (Int16, Int16, Int16, Int16)
Rect 方法 (Int32, Int32, Int32, Int32)
Rect 方法 (Single, Single, Single, Single)
OpenGL
Rect 方法 (Int16, Int16, Int16, Int16)
Draw a rectangle from two coordinates (top-left and bottom-right).
命名空间:
DSkin.OpenGL
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
复制
public
void
Rect
(
short
x1
,
short
y1
,
short
x2
,
short
y2
)
参数
x1
类型:
System
Int16
Top-Left X value.
y1
类型:
System
Int16
Top-Left Y value.
x2
类型:
System
Int16
Bottom-Right X Value.
y2
类型:
System
Int16
Bottom-Right Y Value.
参见
引用
OpenGL 类
Rect 重载
DSkin.OpenGL 命名空间