func mask<Mask>(alignment: Alignment, () -> Mask) -> some View
Masks this view using the alpha channel of the given view.
このビューをこの与えられたビューのアルファチャンネルを使って隠します。
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.