antialiased(_:)
Specifies whether SwiftUI applies antialiasing when rendering the image.
Declaration
func antialiased(_ isAntialiased: Bool) -> ImageParameters
- isAntialiased:
A Boolean value that specifies whether to allow antialiasing. Pass
trueto allow antialising,falseotherwise.
Return Value
An image with the antialiasing behavior set.