Rect::GetLocation 方法 (gdiplustypes.h)

Rect::GetLocation 方法获取矩形左上角的坐标。

语法

void GetLocation(
  [out] Point *point
);

参数

[out] point

类型: Point*

指向接收左上角坐标的 Point 对象的指针。

返回值

要求

要求
最低受支持的客户端 Windows XP、Windows 2000 Professional [仅限桌面应用]
最低受支持的服务器 Windows 2000 Server [仅限桌面应用]
目标平台 Windows
标头 gdiplustypes.h (包括 Gdiplus.h)
Library Gdiplus.lib
DLL Gdiplus.dll

另请参阅

笔、线条和矩形

Point

Rect

Rect::GetBottom

Rect::GetLeft

Rect::GetRight

Rect::GetTop

RectF

使用笔绘制线条和矩形