offsetWindowOrgEx 函数 (wingdi.h)
OffsetWindowOrgEx 函数使用指定的水平和垂直偏移量修改设备上下文的窗口原点。
语法
BOOL OffsetWindowOrgEx(
[in] HDC hdc,
[in] int x,
[in] int y,
[out] LPPOINT lppt
);
参数
[in] hdc
设备上下文的句柄。
[in] x
水平偏移量(以逻辑单元为单位)。
[in] y
垂直偏移量,以逻辑单元为单位。
[out] lppt
指向 POINT 结构的指针。 上一个窗口原点的逻辑坐标放置在此结构中。 如果 lpPoint 为 NULL,则不返回以前的原点。
返回值
如果该函数成功,则返回值为非零值。
如果函数失败,则返回值为零。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 2000 Professional [仅限桌面应用] |
最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] |
目标平台 | Windows |
标头 | wingdi.h (包括 Windows.h) |
Library | Gdi32.lib |
DLL | Gdi32.dll |