Point::P oint(constPoint&) メソッド (gdiplustypes.h)

新しい Point オブジェクトを作成し、別の Point オブジェクトからデータ メンバーをコピーします。

構文

void Point(
  [in, ref] const Point & point
);

パラメーター

[in, ref] point

型: const Point

X および Y データ メンバーが新しい Point オブジェクトの X および Y データ メンバーにコピーされる Point オブジェクトへの参照。

戻り値

なし

要件

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

こちらもご覧ください

Point

ポイント コンストラクター

Pointf