关键字参考

$tagRECT

Defines the coordinates of the upper-left and lower-right corners of a rectangle

Global Const $tagRECT = "int Left;int Top;int Right;int Bottom"

 

参数

Left Specifies the x-coordinate of the upper-left corner of the rectangle
Top Specifies the y-coordinate of the upper-left corner of the rectangle
Right Specifies the x-coordinate of the lower-right corner of the rectangle
Bottom Specifies the y-coordinate of the lower-right corner of the rectangle

 

注意/说明

None.

 

相关