Compare to the provided image
名前空間: Seleniumアセンブリ: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
構文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
戻り値
型:
ImageOutput - Image representing all the differences
参照