Structure

GraphicsContext.ClipOptions

Options that affect the use of clip shapes.

Declaration 宣言

@frozen struct ClipOptions

Overview 概要

Use these options to affect how SwiftUI interprets a clip shape when you call clip(to:style:options:) to add a path to the array of clip shapes, or when you call clipToLayer(opacity:options:content:) to add a clipping layer.

Topics 話題

Getting Clip Options

Creating a Set of Options

Supporting Types 支援を行う型

Relationships 関係

See Also 参照

Masking