ImageComparer 类
继承层次结构
Object
Microsoft.VisualStudio.TestTools.UITesting.ImageComparer
命名空间: Microsoft.VisualStudio.TestTools.UITesting
程序集: Microsoft.VisualStudio.TestTools.UITesting(在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)
语法
声明
Public NotInheritable Class ImageComparer
public static class ImageComparer
public ref class ImageComparer abstract sealed
[<AbstractClass>]
[<Sealed>]
type ImageComparer = class end
public final class ImageComparer
方法
名称 | 说明 | |
---|---|---|
Compare(Image, Image) | 比较两图像检查它们是否相同。 | |
Compare(Image, Image, ColorDifference) | 基于整个图像的容错值比较两幅图像。 | |
Compare(Image, Image, List<ToleranceRectangle>) | 由、矩形的区域指定比较两个图像的特定区域。 如果图像区别在容差中,则返回 true。 | |
Compare(Image, Image, Image%) | 比较两图像检查它们是否相同,并且计算两个图像之间的差异作为 diff 图像。 | |
Compare(Image, Image, ColorDifference, Image%) | 基于整个图像的容错值比较两幅图像。 | |
Compare(Image, Image, List<ToleranceRectangle>, Image%) | 由、矩形的区域指定比较两个图像的特定区域。 返回 true,则图像区别在容差内,并且计算、丢失的差异作为图像边距。 |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。