The information in this topic may be out of date. The current SDK reference guide has moved here.
Image method
Provide the image, or source of the image, for this target.
Syntax
eyes.Check(Target.Image(image))
eyes.Check(Target.Image(path))
Note: This method is a static method.
Parameters
- image
- Type:Bitmap
- The checkpoint image as an object in PNG format.
- path
- Type:string
- A string with the file system path to the checkpoint image file. The image must be in PNG format.
Return value
- Type: ImagesCheckSettings