ImageComparer.Compare 方法 (Image, Image, List<ToleranceRectangle>)
由、矩形的指定区域比较两个图像的特定区域。
如果图像区别在于、内,则返回true。
命名空间: Microsoft.VisualStudio.TestTools.UITesting
程序集: Microsoft.VisualStudio.TestTools.UITesting(在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)
语法
声明
Public Shared Function Compare ( _
actualImage As Image, _
expectedImage As Image, _
rectangleList As List(Of ToleranceRectangle) _
) As Boolean
public static bool Compare(
Image actualImage,
Image expectedImage,
List<ToleranceRectangle> rectangleList
)
public:
static bool Compare(
Image^ actualImage,
Image^ expectedImage,
List<ToleranceRectangle>^ rectangleList
)
static member Compare :
actualImage:Image *
expectedImage:Image *
rectangleList:List<ToleranceRectangle> -> bool
public static function Compare(
actualImage : Image,
expectedImage : Image,
rectangleList : List<ToleranceRectangle>
) : boolean
参数
- actualImage
类型:System.Drawing.Image
实际图像。
- expectedImage
类型:System.Drawing.Image
预期的图像。
- rectangleList
类型:System.Collections.Generic.List<ToleranceRectangle>
容差矩形列表指示比较和容错值区域。
返回值
类型:System.Boolean
如果两个图像满足在公差矩形中指定的值,则为 true。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。