Matrix::Equals 方法 (gdiplusmatrix.h)
Matrix::Equals 方法确定此矩阵的元素是否等于另一个矩阵的元素。
语法
BOOL Equals(
[in] const Matrix *matrix
);
parameters
[in] matrix
类型: const Matrix*
指向与此 Matrix 对象进行比较的 Matrix 对象的指针 。
返回值
类型: BOOL
如果两个矩阵的元素相同,则此方法返回 TRUE;否则,它将返回 FALSE。
要求
最低受支持的客户端 | Windows XP、Windows 2000 Professional [仅限桌面应用] |
最低受支持的服务器 | Windows 2000 Server [仅限桌面应用] |
目标平台 | Windows |
标头 | gdiplusmatrix.h (包括 Gdiplus.h) |
Library | Gdiplus.lib |
DLL | Gdiplus.dll |