Udostępnij za pośrednictwem


Metoda ImageComparer.Compare — (Image, Image, List<ToleranceRectangle>)

Porównuje dwa obrazy przez obszar, określony przez prostokąty tolerancji określonych regionów.

Zwraca wartość true, jeśli różnica obrazu w granicach tolerancji.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.UITesting
Zestaw:  Microsoft.VisualStudio.TestTools.UITesting (w Microsoft.VisualStudio.TestTools.UITesting.dll)

Składnia

'Deklaracja
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

Parametry

Wartość zwracana

Typ: System.Boolean
PRAWDA, jeśli spełniają dwa obrazy do wartości określonej w tolerancji prostokątów.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ImageComparer Klasa

Przeciążenie Compare

Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITesting