Contents

GraphicsContext.ResolvedImage

An image resolved to a particular environment.

Declaration

struct ResolvedImage

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

See Also

Resolving a drawn entity