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

scale(x:y:)

Mutates an affine transformation matrix to perform a scaling in each of the x and y dimensions. アフィン変換マトリックスを変化させて、拡大縮小をxとy次元のそれぞれで実行します。

Declaration 宣言

mutating func scale(x: CGFloat, y: CGFloat)

See Also 参照

Accumulating Tranformations 変換の蓄積