description: 路径_添加矩形

Syntax / 函数原型

  1. int __stdcall
  2. _path_addrect (
  3. HPATH hPath,
  4. float left,
  5. float top,
  6. float right,
  7. float bottom
  8. );
易语言声明
  1. .版本 2
  2. .DLL命令 _path_addrect, 整数型, "libexdui.dll", "_path_addrect", 公开,
  3. .参数 hPath, 整数型, ,
  4. .参数 left, 小数型, ,
  5. .参数 top, 小数型, ,
  6. .参数 right, 小数型, ,
  7. .参数 bottom, 小数型, ,

Parameters / 参数

hPath

Type: HPATH

路径句柄

left

Type: FLOAT

矩形左边

top

Type: FLOAT

矩形顶边

right

Type: FLOAT

矩形右边

bottom

Type: FLOAT

矩形底边


Return Value / 返回值

Type: INT32

添加矩形