description: 路径_取边界矩形

Syntax / 函数原型

  1. int __stdcall
  2. _path_getbounds (
  3. HPATH hPath,
  4. RECT* lpBounds
  5. );
易语言声明
  1. .版本 2
  2. .DLL命令 _path_getbounds, 整数型, "libexdui.dll", "_path_getbounds", 公开, 取路径边界矩形
  3. .参数 hPath, 整数型, ,
  4. .参数 lpBounds, 整数型, ,

Parameters / 参数

hPath

Type: HPATH

路径句柄

lpBounds

Type: RECT*

路径的边界矩形


Return Value / 返回值

Type: INT32

取路径边界矩形