Instance Method インスタンスメソッド

inset(by:)

Returns self inset by amount. amountだけ差込したselfを返します。

Declaration 宣言

func inset(by amount: CGFloat) -> RotatedShape<Content.InsetShape>
Available when Content conforms to InsettableShape.