Initializer

init(transform:)

Initializes the receiver’s matrix using another transform object. レシーバの持つ行列を別の変換オブジェクトを使って初期化します。

Declaration 宣言

macOS

convenience init(transform: AffineTransform)

Mac Catalyst

convenience init(transform: NSAffineTransform)

Parameters パラメータ

aTransform

The transform object whose matrix values should be copied to this object. 変換オブジェクト、それの行列の値がこのオブジェクトにコピーされます。

Return Value 戻り値

A new transform object initialized with the matrix values of aTransform. aTransformの行列の値で初期化された新しい変換オブジェクト。

See Also 参照

Creating an Affine Transform アフィン変換を作成する

Related Documentation 関連文書