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