Instance Method インスタンスメソッド

scale(_:anchor:)

Scales this shape without changing its bounding frame. この形状をそれの境界フレームを変更することなく拡大縮小します。

Declaration 宣言

func scale(_ scale: CGFloat, anchor: UnitPoint = .center) -> ScaledShape<Self>

Return Value 戻り値

A scaled form of this shape. この形状の拡大縮小された形態。

Parameters パラメータ

scale

The multiplication factor used to resize this shape. A value of 0 scales the shape to have no size, 0.5 scales to half size in both dimensions, 2 scales to twice the regular size, and so on. この形状の大きさを変更するために使う増倍率。0の値は形状を縮尺して大きさを持たないようにします、0.5は両方の次元において半分の大きさに縮尺します、2は普通の大きさの倍にします、などなど。

See Also 参照

Transforming a Shape