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
- actualImage
Typ: System.Drawing.Image
Rzeczywisty obraz.
- expectedImage
Typ: System.Drawing.Image
Oczekiwane obrazu.
- rectangleList
Typ: System.Collections.Generic.List<ToleranceRectangle>
Lista tolerancji prostokątów, wskazując obszar do porównania i tolerancji wartości.
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
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..