init(String, bundle: Bundle?, label: Text)
Creates a labeled image that you can use as content for controls, with the specified label.
あなたがコントロールの内容として使用できるラベル付き画像を、この指定されたラベルで作成します。
Availability 有効性
Technology
init(_ cgImage: CGImage
, scale: CGFloat
, orientation: Image
.Orientation
= .up, label: Text
)
cgImage
The base graphical image.
scale
The scale factor for the image, with a value like 1
, 2
, or 3
.
orientation
The orientation of the image. The default is Image
.
label
The label associated with the image. 画像と結びつけられたラベル。 SwiftUI uses the label for accessibility.
init(String, bundle: Bundle?, label: Text)