ImageCompareTo メソッド
Compare to the provided image

名前空間: Selenium
アセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文
VB 使用例
Dim instance As Image
Dim image As Object
Dim center As Boolean
Dim offsetX As Integer
Dim offsetY As Integer
Dim autoDispose As Boolean
Dim returnValue As Image

returnValue = instance.CompareTo(image, 
	center, offsetX, offsetY, autoDispose)

パラメータ

image
型: SystemObject
Image path or Image object
center(省略可)
型: SystemBoolean
Center the image B horizontally on image A
offsetX(省略可)
型: SystemInt32
Translates image B horizontally by the specified amount.
offsetY(省略可)
型: SystemInt32
Translates image B vertically by the specified amount.
autoDispose(省略可)
型: SystemBoolean
Release the image resources once done

戻り値

型: Image
Output - Image representing all the differences
参照