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

encodeCGVector:forKey:

Encodes vector data and associates it with the specified key in the coder’s archive. ベクトルデータを符号化して、それをこのレシーバの持つアーカイブにおいてこの指定されたキーと結び付けます。

Declaration 宣言

- (void)encodeCGVector:(CGVector)vector 
                forKey:(NSString *)key;

Parameters パラメータ

vector

The vector data 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 decodeCGVectorForKey: method to retrieve the data. アーカイブからデータを復号する時、あなたはkeyパラメータの中の値を対応するdecodeCGVectorForKey:メソッドに渡すことで、データを回収します。

See Also 参照

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

Related Documentation 関連文書