RectF::Offset (REAL,REAL) 方法 (gdiplustypes.h)
RectF::Offset 方法按 dx 水平移动矩形,垂直移动 dx。
语法
void Offset(
[in] REAL dx,
[in] REAL dy
);
参数
[in] dx
类型: REAL
实数,指定水平移动矩形的量。
[in] dy
类型: REAL
实数,指定矩形垂直移动的量。
返回值
无
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows XP、Windows 2000 Professional [仅限桌面应用] |
最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] |
目标平台 | Windows |
标头 | gdiplustypes.h (包括 Gdiplus.h) |
Library | Gdiplus.lib |
DLL | Gdiplus.dll |