Contents

init(bitmapImageRep:)

Initializes an image object with the specified bitmap image representation.

Declaration

init?(bitmapImageRep: NSBitmapImageRep)

Parameters

  • bitmapImageRep:

    An image representation object containing the bitmap data.

Return Value

The initialized image object, or nil if the object could not be initialized.

See Also

Creating an Image