func frame(in: CoordinateSpace ) -> CGRect
Returns the container view’s bounds rectangle, converted to a defined coordinate space.
コンテナビューのもつ境界矩形を返します、ある定義された座標空間に変換されます。
var size: CGSize
The size of the container view.
コンテナビューの大きさ。
subscript<T>(Anchor<T>) -> T
Resolves the value of
anchor
to the container view.