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

encode(_:forKey:)

Encodes an affine transform and associates it with the specified key in the receiver’s archive. アフィン変換を符号化して、それをこのレシーバの持つアーカイブにおいてこの指定されたキーと結び付けます。

Declaration 宣言

func encode(_ transform: CGAffineTransform, 
     forKey key: String)

Parameters パラメータ

transform

The transform information to encode. 符号化する変形情報。

key

The key identifying the data. データを識別しているキー。

Discussion 議論

When decoding the data from the archive, you pass the value in the key parameter to the corresponding decodeCGAffineTransform(forKey:) method to retrieve the data. アーカイブからデータを復号する時、あなたはkeyパラメータの中の値を、対応するdecodeCGAffineTransform(forKey:)メソッドに渡すことで、データを回収します。

See Also 参照

Encoding Geometry-Based Data 幾何学基盤のデータを符号化する

Related Documentation 関連文書