Structure

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 参照

Drawing an Image