PointF::Equals メソッド (gdiplustypes.h)

PointF::Equals メソッドは、2 つの PointF オブジェクトが等しいかどうかを判断します。 X と Y のデータ メンバーが同じ場合、2 つのポイントは等しいと見なされます。

構文

BOOL Equals(
  [in] const PointF & point
);

パラメーター

[in] point

型: const PointF&

この PointF オブジェクトと比較される PointF オブジェクトへの参照。

戻り値

種類: BOOL

PointF オブジェクトが等しい場合、このメソッドは TRUE を返します。それ以外の場合は、FALSE を返します

要件

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

こちらもご覧ください

Point

Pointf

PointF::operator+

PointF::operator-