static var inverse: GraphicsContext .ClipOptions
An option to invert the shape or layer alpha as the clip mask.
Availability 有効性
Technology
@frozen struct ClipOptions
Use these options to affect how SwiftUI interprets a clip shape when you call clip(to:
to add a path to the array of clip shapes, or when you call clip
to add a clipping layer.
static var inverse: GraphicsContext .ClipOptions
init(rawValue : UInt32)
let rawValue : UInt32
typealias RawValue
typealias Element
typealias ArrayLiteralElement
func clip(to: Path, style: FillStyle , options: GraphicsContext .ClipOptions )
func clipToLayer (opacity: Double, options: GraphicsContext .ClipOptions , content: (inout GraphicsContext ) throws -> Void) rethrows
var clipBoundingRect : CGRect