次の方法で共有


PointF::P ointF(constPointF&) メソッド (gdiplustypes.h)

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

構文

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

パラメーター

[in, ref] point

型: const PointF

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

戻り値

なし

要件

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

こちらもご覧ください

Point

Pointf

PointF コンストラクター