Structure
Ellipse
An ellipse aligned inside the frame of the view containing it.
ある楕円、それを含んでいるビューの枠内に整列されます。
Availability 有効性
- iOS 13.0+
- iPadOS 13.0+
- macOS 10.15+
- Mac Catalyst 13.0+
- tvOS 13.0+
- watchOS 6.0+
Technology
- Swift
UI
Declaration 宣言
@frozen struct Ellipse
Topics 話題
Creating an Ellipse 楕円を作成する
Supporting Types 支援を行う型
typealias Body
The type of view representing the body of this view.
このビューの本体を表しているビューの型。
typealias AnimatableData
The type defining the data to animate.
アニメーション化するデータを定義している型。
func path(in: CGRect) -> Path
Describes this shape as a path within a rectangular frame of reference.
このシェイプをパスとしてある矩形の基準系の内部に記述します。
Default Implementations 省略時実装
Relationships 関係
Conforms To 次に準拠
See Also 参照
Circular Shapes
struct Circle
A circle centered on the frame of the view containing it.
ある円、それを含んでいるビューの枠内の中心に置かれます。
struct Capsule
A capsule shape aligned inside the frame of the view containing it.
それを含んでいるビューのフレーム内部に配置されるカプセル形状。