case stretch
A mode to enlarge or reduce the size of an image so that it fills the available space.
case tile
A mode to repeat the image at its original size, as many times as necessary to fill the available space.
Availability 有効性
Technology
enum ResizingMode
case stretch
case tile
static func == (Image.ResizingMode , Image.ResizingMode ) -> Bool
static func != (Self, Self) -> Bool
func hash(into: inout Hasher)
var hashValue : Int
struct Image
enum Scale
enum Orientation