---
title: GraphicsContext.ResolvedImage
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/graphicscontext/resolvedimage
---

# GraphicsContext.ResolvedImage

An image resolved to a particular environment.

## Declaration

```swift
struct ResolvedImage
```

## Overview

Overview You resolve an Image in preparation for drawing it into a context, either manually by calling resolve(_:), or automatically when calling draw(_:in:style:) or draw(_:at:anchor:). The resolved image takes into account environment values like the display resolution and current color scheme.

## Topics

### Getting the image properties

- [size](swiftui/graphicscontext/resolvedimage/size.md)
- [baseline](swiftui/graphicscontext/resolvedimage/baseline.md)
- [shading](swiftui/graphicscontext/resolvedimage/shading.md)

## See Also

### Resolving a drawn entity

- [resolve(_:)](swiftui/graphicscontext/resolve(_:).md)
- [resolveSymbol(id:)](swiftui/graphicscontext/resolvesymbol(id:).md)
- [GraphicsContext.ResolvedSymbol](swiftui/graphicscontext/resolvedsymbol.md)
- [GraphicsContext.ResolvedText](swiftui/graphicscontext/resolvedtext.md)
