---
title: currentImage
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uigraphicsimagerenderercontext/currentimage
---

# currentImage

The current state of the drawing context, expressed as an object that manages image data in your app.

## Declaration

```swift
var currentImage: UIImage { get }
```

## Discussion

Discussion Use this property to access the current Core Graphics context as a UIImage object while providing drawing instructions for one of the drawing methods in UIGraphicsImageRenderer.
