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

Size オブジェクトを使用して Point オブジェクトを作成し、X および Y データ メンバーを初期化します。

構文

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

パラメーター

[in, ref] size

型: const Size

Width データ メンバーがこの Point オブジェクトの X データ メンバーを指定し、Height データ メンバーがこの Point オブジェクトの Y データ メンバーを指定する Size オブジェクトへの参照。

戻り値

なし

要件

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

こちらもご覧ください

Point

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

Pointf