RectF::Inflate (constPointF&) 方法 (gdiplustypes.h)
RectF::Inflate 方法按点值展开矩形。左边缘和右边缘的 X,按点的值。上边缘和下边缘为 Y。
语法
void Inflate(
[in] const PointF & point
);
参数
[in] point
类型: const PointF&
对 PointF 对象的引用,该对象的 X 数据成员指定在左边缘和右边缘展开矩形的量,其 Y 数据成员指定在上边缘和下边缘展开矩形的量。
返回值
无
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows XP、Windows 2000 Professional [仅限桌面应用] |
最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] |
目标平台 | Windows |
标头 | gdiplustypes.h (包括 Gdiplus.h) |
Library | Gdiplus.lib |
DLL | Gdiplus.dll |