func mask<Mask>(alignment: Alignment, () -> Mask) -> some View
Masks this view using the alpha channel of the given view.
このビューをこの与えられたビューのアルファチャンネルを使って隠します。
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.
このビューをそれの境界枠へと切り抜きます、この指定された角丸めで。