Image
An object that manages image data in your app.
public class Image
Initializers
init?(contentsOfFile:)
Initializes and returns the image object with the contents of the specified file.
public init?(contentsOfFile path: String)
Properties
scale
The scale factor of the image.
public var scale: Float
size
The logical dimensions, in points, for the image.
public var size: Size