---
title: image()
framework: quartz
role: symbol
role_heading: Instance Method
path: quartz/ikimageview/image()
---

# image()

Returns the image associated with the view, after any image corrections.

## Declaration

```swift
func image() -> Unmanaged<CGImage>!
```

## Return Value

Return Value The image.

## See Also

### Getting and Setting Images

- [setImage(_:imageProperties:)](quartz/ikimageview/setimage(_:imageproperties:).md)
- [setImageWith(_:)](quartz/ikimageview/setimagewith(_:).md)
