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

antialiased(_:)

Specifies whether SwiftUI applies antialiasing when rendering the image.

Declaration 宣言

func antialiased(_ isAntialiased: Bool) -> Image

Return Value 戻り値

An image with the antialiasing behavior set.

Parameters パラメータ

isAntialiased

A Boolean value that specifies whether to allow antialiasing. Pass true to allow antialising, false otherwise.

See Also 参照

Specifying Rendering Behavior