func clipped(antialiased: Bool) -> some View
Clips this view to its bounding rectangular frame.
このbkビューをそれの境界矩形枠に切り抜きます。
func clipShape <S>(S, style: FillStyle ) -> some View
Sets a clipping shape for this view.
このビューに対する切り抜き形状を設定します。
func cornerRadius (CGFloat, antialiased: Bool) -> some View
Clips this view to its bounding frame, with the specified corner radius.
このビューをそれの境界枠へと切り抜きます、この指定された角丸めで。
func containerShape <T>(T) -> some View
Sets the container shape to use for any container relative shape within this view.