Instance Method
インスタンスメソッド
inset(by:)
Returns
self
inset by amount
.
amount
だけ差込したself
を返します。
Availability 有効性
- iOS 14.0+
- iPadOS 14.0+
- macOS 11.0+
- Mac Catalyst 14.0+
- tvOS 14.0+
- watchOS 7.0+
Technology
- Swift
UI
Declaration 宣言
func inset(by amount: CGFloat
) -> some InsettableShape