---
title: GraphicsContext.ResolvedSymbol
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/graphicscontext/resolvedsymbol
---

# GraphicsContext.ResolvedSymbol

A static sequence of drawing operations that may be drawn multiple times, preserving their resolution independence.

## Declaration

```swift
struct ResolvedSymbol
```

## Overview

Overview You resolve a child view in preparation for drawing it into a context by calling resolveSymbol(id:). The resolved view takes into account environment values like the display resolution and current color scheme.

## Topics

### Getting the symbol properties

- [size](swiftui/graphicscontext/resolvedsymbol/size.md)

## See Also

### Resolving a drawn entity

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