Target class
This class provides methods that are used to
Once you create a ImagesCheckSettings object using one of the factory methods defined by this class, you can configure the checkpoint by calling other methods from the ImagesCheckSettings class, chaining them one after the other using the '.' operator.
Import statement
@import EyesImagesAppKit
image method
Syntax
Call syntax
undefined
Declaration
(ImagesCheckSettings *)image:(NSImage *)image
Parameters
image
Type: NSImage*
The checkpoint image as an object in PNG format.
Return value
Type: ImagesCheckSettings*