Instance Method
インスタンスメソッド
stroke(style:)
Returns a new shape that is a stroked copy of
self
, using the contents of style
to define the stroke characteristics.
ある新しい形状を返します、それはself
の線でなぞられたコピーです、style
の内容を使って筆致特徴を定義しています。
Availability 有効性
- iOS 13.0+
- iPadOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- tvOS 13.0+
- watchOS 6.0+
Technology
- Swift
UI
Declaration 宣言
func stroke(style: StrokeStyle
) -> some Shape