PointF::P ointF(REAL,REAL) メソッド (gdiplustypes.h)
2 つの実数を使用して X および Y データ メンバーを指定する PointF オブジェクトを作成します。
構文
void PointF(
[in] REAL x,
[in] REAL y
);
パラメーター
[in] x
種類: REAL
PointF オブジェクトの x 座標を指定する実数。
[in] y
種類: REAL
PointF オブジェクトの y 座標を指定する実数。
戻り値
なし
必要条件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows XP、Windows 2000 Professional [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows 2000 Server [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | gdiplustypes.h (Gdiplus.h を含む) |
Library | Gdiplus.lib |
[DLL] | Gdiplus.dll |