RectF::GetLocation メソッド (gdiplustypes.h)

RectF::GetLocation メソッドは、この四角形の左上隅の座標を取得します。

構文

void GetLocation(
  [out] PointF *point
);

パラメーター

[out] point

種類: PointF*

この四角形の左上隅の座標を受け取る PointF オブジェクトへのポインター。

戻り値

なし

必要条件

   
サポートされている最小のクライアント Windows XP、Windows 2000 Professional [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows 2000 Server [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー gdiplustypes.h (Gdiplus.h を含む)
Library Gdiplus.lib
[DLL] Gdiplus.dll

関連項目

GetBottom

GetLeft

GetRight

GetTop

ペン、直線、および四角形

Pointf

Rect

RectF

ペンを使用した直線と四角形の描画