Udostępnij za pośrednictwem


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

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

Zwraca wartość true, jeśli różnica obraz jest w granicach tolerancji i oblicza margines, przez które tolerancji jest pominięta jako obrazu różnicowego.

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), _
    <OutAttribute> ByRef diffImage As Image _
) As Boolean
public static bool Compare(
    Image actualImage,
    Image expectedImage,
    List<ToleranceRectangle> rectangleList,
    out Image diffImage
)
public:
static bool Compare(
    Image^ actualImage, 
    Image^ expectedImage, 
    List<ToleranceRectangle>^ rectangleList, 
    [OutAttribute] Image^% diffImage
)
static member Compare : 
        actualImage:Image * 
        expectedImage:Image * 
        rectangleList:List<ToleranceRectangle> * 
        diffImage:Image byref -> bool 
public static function Compare(
    actualImage : Image, 
    expectedImage : Image, 
    rectangleList : List<ToleranceRectangle>, 
    diffImage : Image
) : boolean

Parametry

  • diffImage
    Typ: System.Drawing.Image%
    Obraz, którego wartości argb reprezentują marginesu, w którym zostały pominięte tolerancji.

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