---
title: ImageCreator.CreatedImage
framework: imageplayground
role: symbol
role_heading: Structure
path: imageplayground/imagecreator/createdimage
---

# ImageCreator.CreatedImage

A structure that stores a programmatically generated image.

## Declaration

```swift
struct CreatedImage
```

## Overview

Overview You receive CreatedImage structures from an ImageCreator object when you ask that object to generate images for you. You cannot create instances of this structure yourself.

## Topics

### Getting the image

- [cgImage](imageplayground/imagecreator/createdimage/cgimage.md)

## See Also

### Generating images

- [images(for:style:limit:)](imageplayground/imagecreator/images(for:style:limit:).md)
- [availableStyles](imageplayground/imagecreator/availablestyles.md)
- [ImageCreator.Error](imageplayground/imagecreator/error.md)
