Contents

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

See Also

Masking