init(image:)
Initializes the object with the specified image.
Declaration
init(image: INImage)Parameters
- image:
The image object to use.
Return Value
An initialized object or nil if the object could not be created.
Initializes the object with the specified image.
init(image: INImage)The image object to use.
An initialized object or nil if the object could not be created.