Point::P oint(INT,INT) メソッド (gdiplustypes.h)

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

構文

void Point(
  [in] INT x,
  [in] INT y
);

パラメーター

[in] x

型: INT

Point オブジェクトの x 座標を指定する整数。

[in] y

型: INT

Point オブジェクトの y 座標を指定する整数。

戻り値

なし

必要条件

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

関連項目

Point

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

Pointf