StructureRounded
RoundedRectangle
A rectangular shape with rounded corners, 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 RoundedRectangle
Topics 話題
Creating a Rounded Rectangle 角丸矩形を作成する
Getting the Shape’s Characteristics
Supporting Types 支援を行う型
typealias Body
The type of view representing the body of this view.
このビューの本体を表しているビューの型。
var animatableData : CGSize.AnimatableData
The data to animate.
アニメーション化するデータ。
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 参照
Rectangular Shapes
struct Rectangle
A rectangular shape aligned inside the frame of the view containing it.
ある長方形、それを含んでいるビューの枠内に整列されます。
enum RoundedCornerStyle
Defines the shape of a rounded rectangle’s corners.
丸められた矩形のもつ角の形状を定義します。