Protocol

Shape

A 2D shape that you can use when drawing a view. ある2D形状、それはあなたがビューを描画する時に使用できるものです。

Declaration 宣言

protocol Shape : Animatable, View

Overview 概要

Shapes without an explicit fill or stroke get a default fill based on the foreground color. 明示的な塗りや輪郭線のない形状は、前景色に基づく省略時の塗りを得ます。

You can define shapes in relation to an implicit frame of reference, such as the natural size of the view that contains it. Alternatively, you can define shapes in terms of absolute coordinates. あなたは、たとえばそれを含むビューの現寸など、暗黙的な基準系に関して形状を定義できます。あるいはまた、あなたは形状を絶対座標の観点から定義できます。

Topics 話題

Defining a Shape’s Path 形状のもつパスを定義する

Transforming a Shape

Setting the Stroke Characteristics 筆致特徴を設定する

Filling a Shape 形状を塗りつぶす

Setting the Role

Relationships 関係

Inherits From 継承元

Inherited By 継承される先

See Also 参照

Shape Fundamentals