Point::Equals メソッド (gdiplustypes.h)
Point::Equals メソッドは、2 つの Point オブジェクトが等しいかどうかを判断します。 X とY のデータ メンバーが同じである場合、2 つのポイントは等しいと見なされます。
構文
BOOL Equals(
[in] const Point & point
);
パラメーター
[in] point
型: const Point&
この Point オブジェクトと比較される Point オブジェクトへの参照。
戻り値
種類: BOOL
Point オブジェクトが等しい場合、このメソッドは TRUE を返します。それ以外の場合は、FALSE を返します。
要件
サポートされている最小のクライアント | Windows XP、Windows 2000 Professional [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows 2000 Server [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | gdiplustypes.h (Gdiplus.h を含む) |
Library | Gdiplus.lib |
[DLL] | Gdiplus.dll |